Class AssetUtilizationThresholds
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The under and over utilized thresholds for the asset utilization report.
public class AssetUtilizationThresholds : Entity, IEntity, IComparable, IIdentifiable
- Inheritance
-
AssetUtilizationThresholds
- Implements
- Inherited Members
Remarks
Initializes a new instance of the AssetUtilizationThresholds class.
Constructors
AssetUtilizationThresholds()
Initializes a new instance of the AssetUtilizationThresholds class.
public AssetUtilizationThresholds()
AssetUtilizationThresholds(AssetUtilizationThresholds)
Initializes a new instance of the AssetUtilizationThresholds class.
protected AssetUtilizationThresholds(AssetUtilizationThresholds assetUtilizationThresholds)
Parameters
assetUtilizationThresholds
AssetUtilizationThresholdsThe thresholds for the asset utilization.
AssetUtilizationThresholds(double, double)
Initializes a new instance of the AssetUtilizationThresholds class.
public AssetUtilizationThresholds(double underUtilizationThreshold, double overUtilizationThreshold)
Parameters
Properties
OverUtilizationThreshold
Gets or sets the threshold to determine if an asset is over-utilized.
public double OverUtilizationThreshold { get; set; }
Property Value
UnderUtilizationThreshold
Gets or sets the threshold to determine if an asset is underutilized.
public double UnderUtilizationThreshold { get; set; }
Property Value
Methods
Clone()
Creates a new object that is a copy of the current instance.
public override IEntity Clone()
Returns
- IEntity
A new object that is a copy of this instance.