Class DtcoReport
Inheritance
System.Object
DtcoReport
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Telematic.Core
Assembly: Simplic.Telematic.Core.dll
Syntax
public class DtcoReport
Properties
| Improve this Doc View SourceDailyDrivingTime
Gest or sets the daily driving time
Declaration
public DtcoDailyDrivingTime DailyDrivingTime { get; set; }
Property Value
Type | Description |
---|---|
DtcoDailyDrivingTime |
DailyRestForDrivingTime
Gets or sets the daly rest for driving time
Declaration
public DtcoDailyRestForDrivingTime DailyRestForDrivingTime { get; set; }
Property Value
Type | Description |
---|---|
DtcoDailyRestForDrivingTime |
DailyRestTime
Gets or sets the datly rest time
Declaration
public DtcoDailyRestTime DailyRestTime { get; set; }
Property Value
Type | Description |
---|---|
DtcoDailyRestTime |
DailyWorkTime
Gets or sets the daily work time
Declaration
public DtcoDailyWorkTime DailyWorkTime { get; set; }
Property Value
Type | Description |
---|---|
DtcoDailyWorkTime |
DoubleWeekDrivingTime
Gets or sets the double week driving time
Declaration
public DtcoDoubleWeekDrivingTime DoubleWeekDrivingTime { get; set; }
Property Value
Type | Description |
---|---|
DtcoDoubleWeekDrivingTime |
DrivingPauseTime
Gets or sets the driving pause time
Declaration
public DtcoDrivingPauseTime DrivingPauseTime { get; set; }
Property Value
Type | Description |
---|---|
DtcoDrivingPauseTime |
DtcoActivities
Gets or sets the dtco activities
Declaration
public List<DtcoActicity> DtcoActivities { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DtcoActicity> |
EmployeeId
Gets or sets the employee id
Declaration
public Guid EmployeeId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
LastDtcoActivity
Gets or sets the last dtco activity
Declaration
public DtcoActicity LastDtcoActivity { get; set; }
Property Value
Type | Description |
---|---|
DtcoActicity |
WeeklyDrivingTime
Gets or sets the weekly driving time
Declaration
public DtcoWeeklyDrivingTime WeeklyDrivingTime { get; set; }
Property Value
Type | Description |
---|---|
DtcoWeeklyDrivingTime |
WeeklyRestTime
Gets or sets the weekly rest time
Declaration
public DtcoWeeklyRestTime WeeklyRestTime { get; set; }
Property Value
Type | Description |
---|---|
DtcoWeeklyRestTime |
WeeklyWorkTime
Gets or sets the weekly work time
Declaration
public DtcoWeeklyWorkTime WeeklyWorkTime { get; set; }
Property Value
Type | Description |
---|---|
DtcoWeeklyWorkTime |
WorkingPauseTime
Gets or sets the working pause time
Declaration
public DtcoWorkingPauseTime WorkingPauseTime { get; set; }
Property Value
Type | Description |
---|---|
DtcoWorkingPauseTime |