ManagedAssetScheduledMaintenanceTrackedParameterValue Property |
The value of the tracked parameter (as specified in the maintenance type) at which the maintenance will be performed. For example, for a car, we can schedule maintenance at 20,000 km mileage. null means, that the maintenance is not planned based on parameter, but rather only for date. If both date and parameter are specified, the maintenance is performed when any of the conditions is met. [Filter(multi eq;ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.AssetManagement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<int> TrackedParameterValue { get; set; }
Public Property TrackedParameterValue As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ TrackedParameterValue {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member TrackedParameterValue : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also