Class GetLastPositionResponseTypePositions
Inheritance
System.Object
GetLastPositionResponseTypePositions
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 GetLastPositionResponseTypePositions : 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
FleetID
Declaration
public long FleetID { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
IgnitionStatus
Declaration
public short IgnitionStatus { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
IgnitionStatusSpecified
Declaration
public bool IgnitionStatusSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
MotorStatus
Declaration
public short MotorStatus { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
MotorStatusSpecified
Declaration
public bool MotorStatusSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Position
Declaration
public Position Position { get; set; }
Property Value
|
Improve this Doc
View Source
StateOfOrderManagement
Declaration
public LastPositionState StateOfOrderManagement { get; set; }
Property Value
|
Improve this Doc
View Source
StateOfTimeManagement
Declaration
public LastPositionState StateOfTimeManagement { get; set; }
Property Value
|
Improve this Doc
View Source
StateOfVehicle
Declaration
public LastPositionState StateOfVehicle { get; set; }
Property Value
|
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