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()
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
|
Improve this Doc
View Source
DailyRestForDrivingTime
Declaration
public DailyRestDtcoAnalysisResultEntry DailyRestForDrivingTime { get; set; }
Property Value
|
Improve this Doc
View Source
DailyRestTime
Declaration
public DailyRestDtcoAnalysisResultEntry DailyRestTime { get; set; }
Property Value
|
Improve this Doc
View Source
DailyWorkTime
Declaration
public DailyWorkTimeDtcoAnalysisResultEntry DailyWorkTime { get; set; }
Property Value
|
Improve this Doc
View Source
DoubleWeekDrivingTime
Declaration
public DoubleWeekDrivingTimeDtcoAnalysisResultEntry DoubleWeekDrivingTime { get; set; }
Property Value
|
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
|
Improve this Doc
View Source
DtcoActivityList
Declaration
public DTCOActivityList DtcoActivityList { get; set; }
Property Value
|
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
|
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
|
Improve this Doc
View Source
WeeklyDrivingTime
Declaration
public WeeklyDrivingTimeDtcoAnalysisResultEntry WeeklyDrivingTime { get; set; }
Property Value
|
Improve this Doc
View Source
WeeklyRestTime
Declaration
public WeeklyRestDtcoAnalysisResultEntry WeeklyRestTime { get; set; }
Property Value
|
Improve this Doc
View Source
WeeklyWorkTime
Declaration
public WorkTimeDtcoAnalysisResultEntry WeeklyWorkTime { get; set; }
Property Value
|
Improve this Doc
View Source
WorkingPauseTime
Declaration
public WorkingPauseDtcoAnalysisResultEntry WorkingPauseTime { get; set; }
Property Value