Class GroundTelematicsEvent
A single telematics event message for ground vehicles which is transferred between two partners.
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
GroundTelematicsEvent
Inherited Members
Namespace: Conizi.Model.Telematics
Assembly: Conizi.Model.dll
Syntax
public class GroundTelematicsEvent : EdiModel, IModel
Properties
CoDriver
Information about the 2nd driver
Declaration
public EdiDriver CoDriver { get; set; }
Property Value
Type | Description |
---|---|
EdiDriver |
Driver
Information about the driver
Declaration
public EdiDriver Driver { get; set; }
Property Value
Type | Description |
---|---|
EdiDriver |
EventDateTime
Date and time when the event occurred
Declaration
public DateTime EventDateTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
GeoLocationEvent
Event for geo and vehicle data
Declaration
public EdiGeoLocationEvent GeoLocationEvent { get; set; }
Property Value
Type | Description |
---|---|
EdiGeoLocationEvent |
TrailerTelematicsEvent
Event for trailer telematics data
Declaration
public EdiTrailerTelematicsEvent TrailerTelematicsEvent { get; set; }
Property Value
Type | Description |
---|---|
EdiTrailerTelematicsEvent |
TruckTelematicsEvent
Event for truck telematics data
Declaration
public EdiTruckTelematicsEvent TruckTelematicsEvent { get; set; }
Property Value
Type | Description |
---|---|
EdiTruckTelematicsEvent |
Vehicle
Information about the vehicle
Declaration
public EdiVehicle Vehicle { get; set; }
Property Value
Type | Description |
---|---|
EdiVehicle |