Class MaintenanceNotificationStateSearch
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The object used to specify the arguments when searching for IoxAddOn(s).
public class MaintenanceNotificationStateSearch : Search, IEntity
- Inheritance
-
MaintenanceNotificationStateSearch
- Implements
- Inherited Members
Constructors
MaintenanceNotificationStateSearch()
public MaintenanceNotificationStateSearch()
Properties
DeviceSearch
Gets or sets search for MaintenanceNotificationStates matching this DeviceSearch. Providing a device ID will search for any MaintenanceNotificationStates that are assigned to that Device. Providing the Groups will search for MaintenanceNotificationStates that have Devices in that group. Available DeviceSearch options are:.
public DeviceSearch? DeviceSearch { get; set; }
Property Value
NotificationRuleId
Gets or sets the EventRule MaintenanceNotificationRule to search by>.
public Id? NotificationRuleId { get; set; }