Search Results for

    Show / Hide Table of Contents

    Interface DtcoDailyRestTime

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

    Properties

    | Improve this Doc View Source

    AnalysisTimestamp

    Gets or sets the analysis date

    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

    Gest or sets the current rest duration

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

    IsFirstPartOfSplitAlreadyDone

    Gets or sets whether the first part of split is already done

    Declaration
    bool IsFirstPartOfSplitAlreadyDone { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsMultipleDriverModeActive

    Gets or sets whether the multiple driver mode is active

    Declaration
    bool IsMultipleDriverModeActive { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsNextRestReduced

    Gets or seth whether the next rest is reduced

    Declaration
    bool IsNextRestReduced { get; set; }
    Property Value
    Type Description
    System.Boolean
    | 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

    MaxEndTimeWithNormalRest

    Gets or sets the max end time without normal rest

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

    MaxEndTimeWithReducedRest

    Gets or sets the max end time with reduced rest

    Declaration
    DateTime MaxEndTimeWithReducedRest { get; set; }
    Property Value
    Type Description
    System.DateTime
    | 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

    NrOfAllowedReducedResttimes

    Gets or sets the number of allowed reduced rest times

    Declaration
    int NrOfAllowedReducedResttimes { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    NrOfUsedReducedResttimes

    Gets or sets the number of used reduced rest times

    Declaration
    int NrOfUsedReducedResttimes { get; set; }
    Property Value
    Type Description
    System.Int32
    | 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
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx