Class EwdWorkRestConfig
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
EWD Work/Rest Configuration for the Driver.
public class EwdWorkRestConfig
- Inheritance
-
EwdWorkRestConfig
- Inherited Members
Constructors
EwdWorkRestConfig()
public EwdWorkRestConfig()
Properties
RestPeriod
Gets or sets the EwdRestPeriod.
public EwdRestPeriod? RestPeriod { get; set; }
Property Value
- EwdRestPeriod
The rest period.
TimePeriod
Gets or sets the time range in milliseconds.
public int TimePeriod { get; set; }
Property Value
- int
The time range.
WorkPeriod
Gets or sets the EwdWorkPeriod.
public EwdWorkPeriod? WorkPeriod { get; set; }
Property Value
- EwdWorkPeriod
The work period.