Class PositionEvent
A single telematics event message for position data which is transferred between two partners.
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
PositionEvent
Inherited Members
Namespace: Conizi.Model.Telematics
Assembly: Conizi.Model.dll
Syntax
public class PositionEvent : EdiModel, IModel
Properties
EventDateTime
Date and time when the event occurred
Declaration
public DateTime EventDateTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
GpsTracking
Geo position data and tour reference for gps tracking
Declaration
public List<EdiGpsTracking> GpsTracking { get; set; }
Property Value
Type | Description |
---|---|
List<EdiGpsTracking> |