Search Results for

    Show / Hide Table of Contents

    Class DtcoAnalysisResult

    Inheritance
    System.Object
    DtcoAnalysisResult
    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.Spedion.DriveAndRestTimesWs
    Assembly: Simplic.Telematic.Spedion.dll
    Syntax
    [Serializable]
    public class DtcoAnalysisResult

    Properties

    | Improve this Doc View Source

    AnalysisDurationInMs

    Declaration
    public long AnalysisDurationInMs { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    AnalysisTimestamp

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

    DailyDrivingTime

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

    DailyRestForDrivingTime

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

    DailyRestTime

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

    DailyWorkTime

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

    DoubleWeekDrivingTime

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

    DriverID

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

    DrivingPauseTime

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

    DtcoActivityList

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

    HasValidActivityData

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

    LastDtcoActivity

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

    LastUpdateOfActivityList

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

    State

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

    WeeklyDrivingTime

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

    WeeklyRestTime

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

    WeeklyWorkTime

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

    WorkingPauseTime

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