Class GetTellTaleEventsResponseTypeTellTaleEvent
Inheritance
System.Object
GetTellTaleEventsResponseTypeTellTaleEvent
Implements
System.ComponentModel.INotifyPropertyChanged
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.FleetBoard.dll
Syntax
[Serializable]
public class GetTellTaleEventsResponseTypeTellTaleEvent : INotifyPropertyChanged
Properties
|
Improve this Doc
View Source
DriverNameId
Declaration
public long DriverNameId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
EventType
Declaration
public string EventType { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
id
Declaration
public long id { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Mileage
Declaration
public long Mileage { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
OperatingTime
Declaration
public long OperatingTime { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Position
Declaration
public Position Position { get; set; }
Property Value
|
Improve this Doc
View Source
Source
Declaration
public int Source { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
StartTimestamp
Declaration
public string StartTimestamp { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TellTaleId
Declaration
public int TellTaleId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
VehicleId
Declaration
public long VehicleId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Methods
|
Improve this Doc
View Source
RaisePropertyChanged(String)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Events
|
Improve this Doc
View Source
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged