Search Results for

    Show / Hide Table of Contents

    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 Source

    DailyDrivingTime

    Gest or sets the daily driving time

    Declaration
    public DtcoDailyDrivingTime DailyDrivingTime { get; set; }
    Property Value
    Type Description
    DtcoDailyDrivingTime
    | Improve this Doc View Source

    DailyRestForDrivingTime

    Gets or sets the daly rest for driving time

    Declaration
    public DtcoDailyRestForDrivingTime DailyRestForDrivingTime { get; set; }
    Property Value
    Type Description
    DtcoDailyRestForDrivingTime
    | Improve this Doc View Source

    DailyRestTime

    Gets or sets the datly rest time

    Declaration
    public DtcoDailyRestTime DailyRestTime { get; set; }
    Property Value
    Type Description
    DtcoDailyRestTime
    | Improve this Doc View Source

    DailyWorkTime

    Gets or sets the daily work time

    Declaration
    public DtcoDailyWorkTime DailyWorkTime { get; set; }
    Property Value
    Type Description
    DtcoDailyWorkTime
    | Improve this Doc View Source

    DoubleWeekDrivingTime

    Gets or sets the double week driving time

    Declaration
    public DtcoDoubleWeekDrivingTime DoubleWeekDrivingTime { get; set; }
    Property Value
    Type Description
    DtcoDoubleWeekDrivingTime
    | Improve this Doc View Source

    DrivingPauseTime

    Gets or sets the driving pause time

    Declaration
    public DtcoDrivingPauseTime DrivingPauseTime { get; set; }
    Property Value
    Type Description
    DtcoDrivingPauseTime
    | Improve this Doc View Source

    DtcoActivities

    Gets or sets the dtco activities

    Declaration
    public List<DtcoActicity> DtcoActivities { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<DtcoActicity>
    | Improve this Doc View Source

    EmployeeId

    Gets or sets the employee id

    Declaration
    public Guid EmployeeId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    LastDtcoActivity

    Gets or sets the last dtco activity

    Declaration
    public DtcoActicity LastDtcoActivity { get; set; }
    Property Value
    Type Description
    DtcoActicity
    | Improve this Doc View Source

    WeeklyDrivingTime

    Gets or sets the weekly driving time

    Declaration
    public DtcoWeeklyDrivingTime WeeklyDrivingTime { get; set; }
    Property Value
    Type Description
    DtcoWeeklyDrivingTime
    | Improve this Doc View Source

    WeeklyRestTime

    Gets or sets the weekly rest time

    Declaration
    public DtcoWeeklyRestTime WeeklyRestTime { get; set; }
    Property Value
    Type Description
    DtcoWeeklyRestTime
    | Improve this Doc View Source

    WeeklyWorkTime

    Gets or sets the weekly work time

    Declaration
    public DtcoWeeklyWorkTime WeeklyWorkTime { get; set; }
    Property Value
    Type Description
    DtcoWeeklyWorkTime
    | Improve this Doc View Source

    WorkingPauseTime

    Gets or sets the working pause time

    Declaration
    public DtcoWorkingPauseTime WorkingPauseTime { get; set; }
    Property Value
    Type Description
    DtcoWorkingPauseTime
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx