Interface DtcoReport
Namespace: Simplic.Logistics.SchemaRegistry
Assembly: Simplic.Logistics.SchemaRegistry.dll
Syntax
public interface DtcoReport
Properties
| Improve this Doc View SourceDailyDrivingTime
Gest or sets the daily driving time
Declaration
DtcoDailyDrivingTime DailyDrivingTime { get; set; }
Property Value
Type | Description |
---|---|
DtcoDailyDrivingTime |
DailyRestForDrivingTime
Gets or sets the daly rest for driving time
Declaration
DtcoDailyRestForDrivingTime DailyRestForDrivingTime { get; set; }
Property Value
Type | Description |
---|---|
DtcoDailyRestForDrivingTime |
DailyRestTime
Gets or sets the datly rest time
Declaration
DtcoDailyRestTime DailyRestTime { get; set; }
Property Value
Type | Description |
---|---|
DtcoDailyRestTime |
DailyWorkTime
Gets or sets the daily work time
Declaration
DtcoDailyWorkTime DailyWorkTime { get; set; }
Property Value
Type | Description |
---|---|
DtcoDailyWorkTime |
DoubleWeekDrivingTime
Gets or sets the double week driving time
Declaration
DtcoDoubleWeekDrivingTime DoubleWeekDrivingTime { get; set; }
Property Value
Type | Description |
---|---|
DtcoDoubleWeekDrivingTime |
DrivingPauseTime
Gets or sets the driving pause time
Declaration
DtcoDrivingPauseTime DrivingPauseTime { get; set; }
Property Value
Type | Description |
---|---|
DtcoDrivingPauseTime |
DtcoActivities
Gets or sets the dtco activities
Declaration
List<DtcoActicity> DtcoActivities { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DtcoActicity> |
EmployeeId
Gets or sets the employee id
Declaration
Guid EmployeeId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
LastDtcoActivity
Gets or sets the last dtco activity
Declaration
DtcoActicity LastDtcoActivity { get; set; }
Property Value
Type | Description |
---|---|
DtcoActicity |
WeeklyDrivingTime
Gets or sets the weekly driving time
Declaration
DtcoWeeklyDrivingTime WeeklyDrivingTime { get; set; }
Property Value
Type | Description |
---|---|
DtcoWeeklyDrivingTime |
WeeklyRestTime
Gets or sets the weekly rest time
Declaration
DtcoWeeklyRestTime WeeklyRestTime { get; set; }
Property Value
Type | Description |
---|---|
DtcoWeeklyRestTime |
WeeklyWorkTime
Gets or sets the weekly work time
Declaration
DtcoWeeklyWorkTime WeeklyWorkTime { get; set; }
Property Value
Type | Description |
---|---|
DtcoWeeklyWorkTime |
WorkingPauseTime
Gets or sets the working pause time
Declaration
DtcoWorkingPauseTime WorkingPauseTime { get; set; }
Property Value
Type | Description |
---|---|
DtcoWorkingPauseTime |