Show / Hide Table of Contents

Class PositionEvent

A single telematics event message for position data which is transferred between two partners.

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiModel
PositionEvent
Inherited Members
EdiModel.Schema
EdiModel.Intent
EdiModel.ModelType
EdiModel.Receiver
EdiModel.Sender
EdiModel.Network
EdiModel.References
EdiModel.Metadata
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>
Back to top Generated by DocFX