Class EdiTrailerTelematicsEvent
A trailer telematics event which is transferred between two partners
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
Conizi.Model.Shared.Interfaces.EdiEventBase
EdiTrailerTelematicsEvent
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiTrailerTelematicsEvent : EdiEventBase, IDevice
Properties
DeviceId
The id of the used device, should be used if the vehicle is not the unique asset for the geo location
Declaration
public string DeviceId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EventType
The type or label for the event
Declaration
public string EventType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TrailerTelematics
Data about the current trailer
Declaration
public EdiTrailerTelematics TrailerTelematics { get; set; }
Property Value
Type | Description |
---|---|
EdiTrailerTelematics |