Table of Contents

Class DeferralInfo

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

false RestInfo.

public class DeferralInfo
Inheritance
DeferralInfo
Inherited Members

Constructors

DeferralInfo()

public DeferralInfo()

Properties

DayTwoLogRequired

Gets or sets a value indicating whether the day two log required. Tells the driver if they are required to add another deferral exemption log today.

public bool DayTwoLogRequired { get; set; }

Property Value

bool

bool

Status

Gets or sets the Deferral Status, DayOne or DayTwo.

public DutyStatusDeferralType Status { get; set; }

Property Value

DutyStatusDeferralType

DutyStatusDeferralType

Time

Gets or sets the amount of time deferred.

public TimeSpan Time { get; set; }

Property Value

TimeSpan

TimeSpan