Search Results for

    Show / Hide Table of Contents

    Interface DtcoWeeklyRestTime

    Inherited Members
    DtcoObject.Guid
    DtcoObject.EmploymentId
    DtcoObject.ExternalDriverId
    DtcoObject.StartDate
    Namespace: Simplic.Logistics.SchemaRegistry
    Assembly: Simplic.Logistics.SchemaRegistry.dll
    Syntax
    public interface DtcoWeeklyRestTime : DtcoObject

    Properties

    | Improve this Doc View Source

    AnalysisTimestamp

    Gets or sets the analysis timestamp

    Declaration
    DateTime AnalysisTimestamp { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    CurrentDuration

    Gets or sets the current duration

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

    CurrentRestDuration

    Gets or sets the current rest duration

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

    DetectedReducedWeeklyRestsToCompensate

    Gets or sets the detected reduced weekly rests to compensate

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

    DurationOfLastWeeklyRest

    Gets or sets the duration of last weekly rest

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

    LastNormalRestEndDate

    Gets or sets the last normal rest end date

    Declaration
    DateTime LastNormalRestEndDate { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    MaxAllowedDuration

    Gets or sets the max allowed duration

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

    MinDurationOfNextRest

    Gets or sets the minimum duration of the next rest

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

    NextRestStartDate

    Gets or sets the next rest start date

    Declaration
    DateTime NextRestStartDate { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    RemainingDuration

    Gets or sets the remaining duration

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

    WeekRestActivityInfo

    Gets or sets the week rest acticity info

    Declaration
    List<DtcoWeekRestActivityInfo> WeekRestActivityInfo { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<DtcoWeekRestActivityInfo>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx