Show / Hide Table of Contents

Class EdiTourStop

Stop for delivering. Stop for delivering the actual goods

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiTourStop
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiTourStop : EdiPatternPropertiesBase

Properties

Address

The address information of the stop

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

BorderCrossInformation

Information on border crossing

Declaration
public TourBorderCrossInformation BorderCrossInformation { get; set; }
Property Value
Type Description
TourBorderCrossInformation

FuelStopInformation

Stop to refuel the vehicle

Declaration
public TourFuelStopInformation FuelStopInformation { get; set; }
Property Value
Type Description
TourFuelStopInformation

LoadingInformation

Information about loading

Declaration
public TourLoadingInformation LoadingInformation { get; set; }
Property Value
Type Description
TourLoadingInformation

StopId

Stop Id. Unique identifier for this stop within the tour

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

StopNo

Stop number. The whole of the stop numbers in the right order defines the order of the stops

Declaration
public int? StopNo { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

StopType

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

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

UnloadingInformation

Information about unloading

Declaration
public TourUnloadingInformation UnloadingInformation { get; set; }
Property Value
Type Description
TourUnloadingInformation

WayPointInformation

Way point information of the tour

Declaration
public TourWayPointInformation WayPointInformation { get; set; }
Property Value
Type Description
TourWayPointInformation

YardNavigationInformation

Navigation information between two partners. Usually used in a Tour to extend the stops in a Tour with necessary information for the navigation on the yard (last mile)

Declaration
public List<EdiYardNavigationInformation> YardNavigationInformation { get; set; }
Property Value
Type Description
List<EdiYardNavigationInformation>
Back to top Generated by DocFX