Show / Hide Table of Contents

Class EdiStopSpecificEvent

Event to notify about stop specific incidents

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
Conizi.Model.Shared.Interfaces.EdiEventBase
EdiTourEventBase
EdiStopSpecificEvent
Inherited Members
EdiTourEventBase.GeoPosition
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiStopSpecificEvent : EdiTourEventBase

Properties

Address

The address of the stop, if differs from EdiTourStop

Declaration
public EdiAddress Address { get; set; }
Property Value
Type Description
EdiAddress

Arrived

Arrived at stop

Declaration
public bool? Arrived { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ArrivedAtLoadingPoint

Arrived at loading point

Declaration
public bool? ArrivedAtLoadingPoint { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ArrivedAtUnloadingPoint

Vehicle is arrived at unloading point

Declaration
public bool? ArrivedAtUnloadingPoint { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Departure

Departure, the stop has been completed

Declaration
public bool? Departure { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

DocumentsReceived

Documents has been received

Declaration
public bool? DocumentsReceived { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Eta

ETA (Estimated time of arrival)

Declaration
public EdiGeoEta Eta { get; set; }
Property Value
Type Description
EdiGeoEta

GeoFenceTriggered

A geo fence was triggered (combined with geo position)

Declaration
public bool? GeoFenceTriggered { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

LoadingCompleted

Loading of the vehicle was completed

Declaration
public bool? LoadingCompleted { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

LoadingEquipmentExchange

Information on loading equipment exchange at this stop

Declaration
public EdiLoadingEquipmentExchange LoadingEquipmentExchange { get; set; }
Property Value
Type Description
EdiLoadingEquipmentExchange

LoadingStarted

Loading of the vehicle has started

Declaration
public bool? LoadingStarted { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

OnWayLoadingPoint

Vehicle is on the way to loading point

Declaration
public bool? OnWayLoadingPoint { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

OnWayUnloadingPoint

Vehicle is on the way to unloading point

Declaration
public bool? OnWayUnloadingPoint { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

StopId

Unique identifier for this stop. References the stop within the tour Tour

Declaration
public string StopId { get; set; }
Property Value
Type Description
System.String

StopType

Type of a stop, like loading, unloading...

Declaration
public StopType StopType { get; set; }
Property Value
Type Description
StopType

UnloadingCompleted

Unloading of the vehicle was completed

Declaration
public bool? UnloadingCompleted { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

UnloadingStarted

Unloading of the vehicle has started

Declaration
public bool? UnloadingStarted { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
Back to top Generated by DocFX