Class DiagnosticValueStatusSearch
- Namespace
- Geotab.Checkmate.ObjectModel.Maintenance
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The object used to specify the arguments when searching for DiagnosticValueStatus.
public class DiagnosticValueStatusSearch : Search, IEntity
- Inheritance
-
DiagnosticValueStatusSearch
- Implements
- Inherited Members
Constructors
DiagnosticValueStatusSearch()
public DiagnosticValueStatusSearch()
Properties
DeviceSearch
Gets or sets filter by the DeviceSearch options. Providing a device ID will search for any DiagnosticValueStatus that are related to that Device. Available DeviceSearch options are:
public DeviceSearch? DeviceSearch { get; set; }
Property Value
DiagnosticSearch
Gets or sets filter by the DiagnosticSearch options. Providing a device ID will search for any DiagnosticValueStatus that are related to that diagnostic. Available DeviceSearch options are:
public DiagnosticSearch? DiagnosticSearch { get; set; }
Property Value
IsOn
Gets or sets search for DiagnosticValueStatus that are ON or OFF.
public bool? IsOn { get; set; }
Property Value
LatestLimit
Gets or sets search limit for the latest DiagnosticValueStatus by diagnostic and device that are ON or OFF.
public int? LatestLimit { get; set; }
Property Value
LatestValues
Gets or sets search for the latest DiagnosticValueStatus by diagnostic and device that are ON or OFF.
public bool? LatestValues { get; set; }