Show / Hide Table of Contents

Class Tour

A tour describes an amount of stops given an explicit stop order, containing all information about activities to be done, e.g. loading and unloading information about Consignments or maintenance stops

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiModel
Tour
Inherited Members
EdiModel.Schema
EdiModel.Intent
EdiModel.ModelType
EdiModel.Receiver
EdiModel.Sender
EdiModel.Network
EdiModel.References
EdiModel.Metadata
Namespace: Conizi.Model.Transport.Truck.Groupage.Forwarding
Assembly: Conizi.Model.dll
Syntax
public class Tour : EdiModel, IModel

Properties

AdditionalLoadingEquipment

Additional loading aids which are not part of the consignment but which have been added to safely transport the goods

Declaration
public EdiAdditionalLoadingEquipment AdditionalLoadingEquipment { get; set; }
Property Value
Type Description
EdiAdditionalLoadingEquipment

Carrier

Company responsible for the actual transport of the goods from the shipping partner to the recipient

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

CarrierNotes

Carrier Notes. Notes which can be attached by the delivering driver

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

Consignments

Consignments. Consignments which are delivered while processing the tour

Declaration
public List<Consignment> Consignments { get; set; }
Property Value
Type Description
List<Consignment>

DangerousGoods

Dangerous goods to be declared contained in a consignment

Declaration
public TourDangerousGoods DangerousGoods { get; set; }
Property Value
Type Description
TourDangerousGoods

Description

The Description. A description of the tour, maybe the occasion of the tour

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

Dispatcher

Person responsible for dispatching the transport

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

DriverNotes

Driver Notes. Notes which can be attached by the delivering driver

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

Drivers

Information about the drivers of the vehicles

Declaration
public List<EdiDriver> Drivers { get; set; }
Property Value
Type Description
List<EdiDriver>

LoadingEquipments

Loading equipment

Declaration
public EdiLoadingEquipments LoadingEquipments { get; set; }
Property Value
Type Description
EdiLoadingEquipments

LoadUnits

Load units (containers, swap bodies, ...) used to transport the goods

Declaration
public List<EdiLoadUnit> LoadUnits { get; set; }
Property Value
Type Description
List<EdiLoadUnit>

MessageFunctionCode

Message function code

Declaration
public EdiMessageFunctionCode? MessageFunctionCode { get; set; }
Property Value
Type Description
System.Nullable<EdiMessageFunctionCode>

NotificationParties

Notification Parties

Declaration
public List<EdiPartnerIdentification> NotificationParties { get; set; }
Property Value
Type Description
List<EdiPartnerIdentification>

Remarks

Additional remarks (free form)

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

Route

The Route. Information about the route to be driven or its identification

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

SelfDisposal

Information for the driver to assign the tour to himself

Declaration
public List<EdiSelfDisposal> SelfDisposal { get; set; }
Property Value
Type Description
List<EdiSelfDisposal>

ShippingDate

Shipping date

Declaration
public DateTime ShippingDate { get; set; }
Property Value
Type Description
DateTime

Stops

Stops for delivering the actual goods

Declaration
public List<EdiTourStop> Stops { get; set; }
Property Value
Type Description
List<EdiTourStop>

TourEndOptions

Tour end options. Activities the driver is supposed to do before starting driving the tour

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

TourId

The 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

TourReference

A unique identifier for dispatching purposes (Communication between dispatcher and driver)

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

TourStartOptions

Tour start options. Activities the driver is supposed to do before starting driving the tour

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

Vehicles

Information about the vehicles used in the transport

Declaration
public List<EdiVehicle> Vehicles { get; set; }
Property Value
Type Description
List<EdiVehicle>

WorkflowId

Identifies the workflow to be used for this tour

Declaration
public string WorkflowId { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX