Table of Contents

Class EwdRestPeriod

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

EWD Work/Rest Configuration for the Driver.

public class EwdRestPeriod
Inheritance
EwdRestPeriod
Inherited Members

Constructors

EwdRestPeriod()

public EwdRestPeriod()

Properties

ConsecutiveNightRestBreakCount

Gets or sets the night rest breaks on a consecutive day

public int ConsecutiveNightRestBreakCount { get; set; }

Property Value

int

The count of consecutive night rest breaks required.

CountRequired

Gets or sets the number of RestMinimum required for this time period.

public int CountRequired { get; set; }

Property Value

int

The number of RestMinimum required.

NightRestBreakCount

Gets or sets the 7 continuous hours stationary rest time between 10pm and 8am.

public int NightRestBreakCount { get; set; }

Property Value

int

The number of rest breaks required.

RestMinimum

Gets or sets the amount of time required for rest.

public int RestMinimum { get; set; }

Property Value

int

The amount of time required for rest.