Class DaySummary
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class DaySummary
- Inheritance
-
DaySummary
- Inherited Members
Constructors
DaySummary()
public DaySummary()
Properties
DateTime
Gets or sets the DateTime.
public DateTime DateTime { get; set; }
Property Value
DeferralInfo
Gets or sets the deferral info.
public DeferralInfo? DeferralInfo { get; set; }
Property Value
- DeferralInfo
List of RestInfo.
DriveTotal
Gets or sets the time spent in D status.
public TimeSpan? DriveTotal { get; set; }
Property Value
OffTotal
Gets or sets the time spent in OFF status.
public TimeSpan? OffTotal { get; set; }
Property Value
OnTotal
Gets or sets the time spent in ON status.
public TimeSpan? OnTotal { get; set; }
Property Value
PersonalConveyanceTotal
Gets or sets the time spent in PC status.
public TimeSpan? PersonalConveyanceTotal { get; set; }
Property Value
RestInfos
Gets or sets the rest info.
public List<RestInfo>? RestInfos { get; set; }
Property Value
SleeperBerthTotal
Gets or sets the time spent in SB status.
public TimeSpan? SleeperBerthTotal { get; set; }
Property Value
WaitTimeTotal
Gets or sets the time spent in WT status.
public TimeSpan? WaitTimeTotal { get; set; }
Property Value
YardMoveTotal
Gets or sets the time spent in YM status.
public TimeSpan? YardMoveTotal { get; set; }