Search Results for

    Show / Hide Table of Contents

    Interface DtcoReport

    Namespace: Simplic.Logistics.SchemaRegistry
    Assembly: Simplic.Logistics.SchemaRegistry.dll
    Syntax
    public interface DtcoReport

    Properties

    | Improve this Doc View Source

    DailyDrivingTime

    Gest or sets the daily driving time

    Declaration
    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
    DtcoDailyRestForDrivingTime DailyRestForDrivingTime { get; set; }
    Property Value
    Type Description
    DtcoDailyRestForDrivingTime
    | Improve this Doc View Source

    DailyRestTime

    Gets or sets the datly rest time

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

    DailyWorkTime

    Gets or sets the daily work time

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

    DoubleWeekDrivingTime

    Gets or sets the double week driving time

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

    DrivingPauseTime

    Gets or sets the driving pause time

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

    DtcoActivities

    Gets or sets the dtco activities

    Declaration
    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
    Guid EmployeeId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    LastDtcoActivity

    Gets or sets the last dtco activity

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

    WeeklyDrivingTime

    Gets or sets the weekly driving time

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

    WeeklyRestTime

    Gets or sets the weekly rest time

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

    WeeklyWorkTime

    Gets or sets the weekly work time

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

    WorkingPauseTime

    Gets or sets the working pause time

    Declaration
    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