Class TelematicTripSnapshot
Represents a trip snapshot from a vehicle
Inherited Members
Namespace: Simplic.Telematic.Core
Assembly: Simplic.Telematic.Core.dll
Syntax
public class TelematicTripSnapshot
Properties
| Improve this Doc View SourceCity
Gets or sets the current city
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Country
Gets or sets the current country
Declaration
public string Country { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CurrentDate
Gets or sets the date of the snapshot
Declaration
public DateTime CurrentDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CurrentDateTime
Gets the current datetime
Declaration
public DateTime CurrentDateTime { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
CurrentTime
Gets or sets the time of the snapshot
Declaration
public TimeSpan CurrentTime { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
EmploymentId
Gets or sets the EmploymentId
Declaration
public Guid EmploymentId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ExternVehicleGuidId
Gets or sets the extern vehicle id, if it is a guid
Declaration
public Guid ExternVehicleGuidId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ExternVehicleIntId
Gets or sets the extern vehicle id, if it is an interger
Declaration
public int ExternVehicleIntId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ExternVehicleStrId
Gets or sets the extern vehicle id, if it is a string
Declaration
public string ExternVehicleStrId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Ident
Gets or sets the unique id of the trip snapshot
Declaration
public long Ident { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
IsoCountry
Gets or sets the current iso country code
Declaration
public string IsoCountry { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Latitude
Gets or sets the latitude of the vehicle
Declaration
public double Latitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Longitude
Gets or sets the longitude of the vehicle
Declaration
public double Longitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MessageType
Gets or sets the message time
Declaration
public string MessageType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Odometer
Gets or sets the odometer amount
Declaration
public int Odometer { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Speed
Gets or sets the current vehicle speed
Declaration
public float Speed { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Street
Gets or sets the current street
Declaration
public string Street { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TelematicSystem
Gets or sets the telematic system type
Declaration
public string TelematicSystem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TelematicSystemId
Gets or sets the current telematic system id
Declaration
public Guid TelematicSystemId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
VehicleId
Gets or sets the vehicle id
Declaration
public Guid? VehicleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
ZipCode
Gets or sets the current zipcode
Declaration
public string ZipCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |