Class TruckStopEvent
A (truck) stop event
Inheritance
Inherited Members
Namespace: Conizi.Model.Telematics.Truck
Assembly: Conizi.Model.dll
Syntax
public class TruckStopEvent : EdiModel, IModel
Properties
ArrivedAtLoadingPoint
Events indicating arrival at a loading stop
Declaration
public EdiEventArrived ArrivedAtLoadingPoint { get; set; }
Property Value
Type | Description |
---|---|
EdiEventArrived |
ArrivedAtUnloadingPoint
Events indicating arrival at an unloading stop
Declaration
public EdiEventArrived ArrivedAtUnloadingPoint { get; set; }
Property Value
Type | Description |
---|---|
EdiEventArrived |
Departure
Events indicating, that the transport is leaving the actual stop
Declaration
public EdiEventOnWay Departure { get; set; }
Property Value
Type | Description |
---|---|
EdiEventOnWay |
Eta
The estimated time of arrival (ETA) is the time when a ship, vehicle, aircraft, cargo, emergency service or person is expected to arrive at a certain place
Declaration
public EdiGeoEta Eta { get; set; }
Property Value
Type | Description |
---|---|
EdiGeoEta |
EventDateTime
Date and time when the event occurred
Declaration
public DateTime EventDateTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
FileAttachment
Object to transmit file attachments
Declaration
public EdiFileAttachment FileAttachment { get; set; }
Property Value
Type | Description |
---|---|
EdiFileAttachment |
GeoPosition
Data about the current geo position
Declaration
public EdiGeoPosition GeoPosition { get; set; }
Property Value
Type | Description |
---|---|
EdiGeoPosition |
LoadingCompleted
Events indicating a successful pickup
Declaration
public EdiPickupSuccessful LoadingCompleted { get; set; }
Property Value
Type | Description |
---|---|
EdiPickupSuccessful |
LoadingEquipmentExchange
Information about loading equipment exchange
Declaration
public EdiLoadingEquipmentExchange LoadingEquipmentExchange { get; set; }
Property Value
Type | Description |
---|---|
EdiLoadingEquipmentExchange |
LoadingFailed
Events occurred while loading the order
Declaration
public EdiPickupAttemptFailed LoadingFailed { get; set; }
Property Value
Type | Description |
---|---|
EdiPickupAttemptFailed |
LoadingStarted
Events occurred while loading the order
Declaration
public EdiEventLoading LoadingStarted { get; set; }
Property Value
Type | Description |
---|---|
EdiEventLoading |
OnWayLoadingPoint
Events indicating, that the transport is on the way to a loading stop
Declaration
public EdiEventOnWay OnWayLoadingPoint { get; set; }
Property Value
Type | Description |
---|---|
EdiEventOnWay |
OnWayUnloadingPoint
Events indicating, that the transport is on the way to an unloading stop
Declaration
public EdiEventOnWay OnWayUnloadingPoint { get; set; }
Property Value
Type | Description |
---|---|
EdiEventOnWay |
Remarks
Additional remarks (free form)
Declaration
public List<string> Remarks { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
UnloadingCompleted
Detailed information about the exceptions that occurred when consignment was successfully delivered
Declaration
public EdiEventDeliverySuccessful UnloadingCompleted { get; set; }
Property Value
Type | Description |
---|---|
EdiEventDeliverySuccessful |
UnloadingFailed
Events indicating a failed delivery attempt
Declaration
public EdiEventDeliveryAttemptFailed UnloadingFailed { get; set; }
Property Value
Type | Description |
---|---|
EdiEventDeliveryAttemptFailed |
UnloadingStarted
Events occurred while unloading the order
Declaration
public EdiUnloading UnloadingStarted { get; set; }
Property Value
Type | Description |
---|---|
EdiUnloading |