Class TourEvent
An event which occurred during the processing of the referenced Tour
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
TourEvent
Inherited Members
Namespace: Conizi.Model.Transport.Truck.Groupage.Forwarding
Assembly: Conizi.Model.dll
Syntax
public class TourEvent : EdiModel, IModel
Properties
Documents
Event to notify about tour specific documents
Declaration
public EdiTourDocuments Documents { get; set; }
Property Value
Type | Description |
---|---|
EdiTourDocuments |
Stop
Event to notify about stop specific incidents
Declaration
public EdiStopSpecificEvent Stop { get; set; }
Property Value
Type | Description |
---|---|
EdiStopSpecificEvent |
StopOrdering
Event to notify about stop specific incidents
Declaration
public EdiStopOrderingEvent StopOrdering { get; set; }
Property Value
Type | Description |
---|---|
EdiStopOrderingEvent |
Tour
Event to notify about tour specific incidents
Declaration
public EdiTourSpecificEvent Tour { get; set; }
Property Value
Type | Description |
---|---|
EdiTourSpecificEvent |
TourId
The referenced Tour Id. A unique identifier assigned to this tour by the devlivering company
Declaration
public string TourId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Vehicle
Event to notify about vehicle specific incidents
Declaration
public EdiVehicleSpecificEvent Vehicle { get; set; }
Property Value
Type | Description |
---|---|
EdiVehicleSpecificEvent |