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