Class GetIndividualTellTaleEventsResponseTypeTellTaleMessage
Inheritance
System.Object
GetIndividualTellTaleEventsResponseTypeTellTaleMessage
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()
Namespace: Simplic.Telematic.FleetBoard.ServicesService
Assembly: Simplic.Telematic.FleetBoard.dll
Syntax
[Serializable]
public class GetIndividualTellTaleEventsResponseTypeTellTaleMessage : INotifyPropertyChanged
Properties
| Improve this Doc View SourceDriverNameId
Declaration
public long DriverNameId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Mileage
Declaration
public long Mileage { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
OperatingTime
Declaration
public object OperatingTime { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
OperatingTimeType
Declaration
public long OperatingTimeType { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
OperatingTimeTypeSpecified
Declaration
public bool OperatingTimeTypeSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Position
Declaration
public Position Position { get; set; }
Property Value
Type | Description |
---|---|
Position |
TellTaleEvent
Declaration
public GetIndividualTellTaleEventsResponseTypeTellTaleMessageTellTaleEvent[] TellTaleEvent { get; set; }
Property Value
Type | Description |
---|---|
GetIndividualTellTaleEventsResponseTypeTellTaleMessageTellTaleEvent[] |
Timestamp
Declaration
public string Timestamp { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VehicleId
Declaration
public long VehicleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Methods
| Improve this Doc View SourceRaisePropertyChanged(String)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName |
Events
| Improve this Doc View SourcePropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged