Class TrailerPositionDTO
Inheritance
System.Object
TrailerPositionDTO
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 TrailerPositionDTO : INotifyPropertyChanged
Properties
|
Improve this Doc
View Source
gpsHeading
Declaration
public string gpsHeading { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
gpsMileage
Declaration
public double gpsMileage { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
gpsMileageSpecified
Declaration
public bool gpsMileageSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
gpsSpeed
Declaration
public long gpsSpeed { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
gpsSpeedSpecified
Declaration
public bool gpsSpeedSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
gpsTime
Declaration
public DateTime gpsTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
gpsTimeSpecified
Declaration
public bool gpsTimeSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
latitude
Declaration
public double latitude { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
latitudeSpecified
Declaration
public bool latitudeSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
longitude
Declaration
public double longitude { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
longitudeSpecified
Declaration
public bool longitudeSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
positionDataTime
Declaration
public DateTime positionDataTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
positionDataTimeSpecified
Declaration
public bool positionDataTimeSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
positionText
Declaration
public string positionText { get; set; }
Property Value
Type |
Description |
System.String |
|
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