Class LastMovement
Class to represent the last movement of a vehilce.
Inheritance
System.Object
LastMovement
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.Core
Assembly: Simplic.Telematic.Core.dll
Syntax
public class LastMovement
Properties
| Improve this Doc View SourceDateTime
Gets or sets the date time.
Declaration
public DateTime DateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DriverGuid
Gets or sets the employment Guid of the current driver.
Declaration
public Guid? DriverGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Latitude
Gets or sets the latitude.
Declaration
public double Latitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Longitude
GEts or sets the longitude.
Declaration
public double Longitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VehicleId
Gets or sets the vehicle id.
The vehilce id is the primary key for this object.
Declaration
public Guid VehicleId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |