Class TruckTour
A (truck) 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 transport orders or maintenance stops
Inheritance
Inherited Members
Namespace: Conizi.Model.Telematics.Truck
Assembly: Conizi.Model.dll
Syntax
public class TruckTour : EdiModel, IModel
Properties
Carrier
Company or person 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 |
Dispatcher
Company or person responsible for dispatching the transport
Declaration
public EdiAddress Dispatcher { get; set; }
Property Value
Type | Description |
---|---|
EdiAddress |
Drivers
Information about the drivers of the vehicles
Declaration
public List<EdiDriver> Drivers { get; set; }
Property Value
Type | Description |
---|---|
List<EdiDriver> |
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> |
Remarks
Additional remarks (free form)
Declaration
public List<string> Remarks { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
RouteInformation
Information about the route to be driven
Declaration
public EdiRouteInformation RouteInformation { get; set; }
Property Value
Type | Description |
---|---|
EdiRouteInformation |
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 |
TourInformation
Free-Text information about the tour
Declaration
public EdiTourInformation TourInformation { get; set; }
Property Value
Type | Description |
---|---|
EdiTourInformation |
TourName
Name of the Tour
Declaration
public string TourName { 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 |
TransportOrders
Transport orders within the tour
Declaration
public List<TruckTransportOrder> TransportOrders { get; set; }
Property Value
Type | Description |
---|---|
List<TruckTransportOrder> |
Vehicles
Information about the vehicles used in the transport
Declaration
public List<EdiVehicle> Vehicles { get; set; }
Property Value
Type | Description |
---|---|
List<EdiVehicle> |
WorfklowId
The Workflow Id (habbl, ect)
Declaration
public string WorfklowId { get; set; }
Property Value
Type | Description |
---|---|
System.String |