Table of Contents

Class Eligibility

Namespace
Geotab.Checkmate.ObjectModel.DeviceReplacement
Assembly
Geotab.Checkmate.ObjectModel.dll

Class to store eligibility details to be sent to UI.

public class Eligibility
Inheritance
Eligibility
Inherited Members

Constructors

Eligibility()

public Eligibility()

Properties

EligibleEndDate

Gets or sets end date of eligibility of the device.

public DateTime? EligibleEndDate { get; set; }

Property Value

DateTime?

DateTime

EligibleStartDate

Gets or sets start date of eligibility of the device.

public DateTime? EligibleStartDate { get; set; }

Property Value

DateTime?

DateTime