Class Position
Inheritance
System.Object
Position
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 Position : INotifyPropertyChanged
Properties
| Improve this Doc View SourceCourse
Declaration
public string Course { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GPSStatus
Declaration
public string GPSStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String |
KM
Declaration
public string KM { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Lat
Declaration
public float Lat { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
LatSpecified
Declaration
public bool LatSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Long
Declaration
public float Long { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
LongSpecified
Declaration
public bool LongSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PosText
Declaration
public string PosText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Speed
Declaration
public string Speed { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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