Table of Contents

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 MaintenanceSchedule

The MaintenanceSchedule.

device Device

The Device.

Properties

Device

Gets or sets the device.

public Device? Device { get; set; }

Property Value

Device

Device

EventRule

Gets or sets the event rule.

public MaintenanceSchedule? EventRule { get; set; }

Property Value

MaintenanceSchedule

MaintenanceSchedule

Methods

CompareTo(EventRuleDevice?)

public int CompareTo(EventRuleDevice? other)

Parameters

other EventRuleDevice

Returns

int