Class EventRuleDevice
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
EventRule and Device.
[ReportClass]
public class EventRuleDevice : IComparable<EventRuleDevice>
- Inheritance
-
EventRuleDevice
- Implements
- Inherited Members
Constructors
EventRuleDevice(MaintenanceSchedule?, Device?)
Initializes a new instance of the EventRuleDevice class.The constructor.
public EventRuleDevice(MaintenanceSchedule? maintenanceSchedule, Device? device)
Parameters
maintenanceSchedule
MaintenanceScheduleThe MaintenanceSchedule.
device
DeviceThe Device.
Properties
Device
Gets or sets the device.
public Device? Device { get; set; }
Property Value
EventRule
Gets or sets the event rule.
public MaintenanceSchedule? EventRule { get; set; }
Property Value
Methods
CompareTo(EventRuleDevice?)
public int CompareTo(EventRuleDevice? other)
Parameters
other
EventRuleDevice