Show / Hide Table of Contents

Class EdiTruckTelematicsEvent

A truck telematics event which is transferred between two partners

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
Conizi.Model.Shared.Interfaces.EdiEventBase
EdiTruckTelematicsEvent
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiTruckTelematicsEvent : 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

TruckTelematics

Data about the current truck

Declaration
public EdiTruckTelematics TruckTelematics { get; set; }
Property Value
Type Description
EdiTruckTelematics
Back to top Generated by DocFX