Search Results for

    Show / Hide Table of Contents

    Class DtcoDrivingPauseTime

    Inheritance
    System.Object
    DtcoObject
    DtcoDrivingPauseTime
    Inherited Members
    DtcoObject.Guid
    DtcoObject.EmploymentId
    DtcoObject.ExternalDriverId
    DtcoObject.StartDate
    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 DtcoDrivingPauseTime : DtcoObject

    Properties

    | Improve this Doc View Source

    AnalysisTimestamp

    Gets or sets the analysis timestamp

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

    CurrentDuration

    Gets or sets the current duration

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

    CurrentRestDuration

    Gets or sets the current rest duration

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

    MaxAllowedDuration

    Gets or sets the max allowed duration

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

    RemainingDuration

    Gets or sets the remaining duration

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

    WasSplitedPause

    Gets or sets wherther the pause was splited

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