Class TourWayPointInformation
Way Point Information
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
TourWayPointInformation
Inherited Members
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class TourWayPointInformation : TourFuelStopInformation
Properties
BookedTimeSlots
Declaration
public List<TourBookedTimeSlot> BookedTimeSlots { get; set; }
Property Value
Type | Description |
---|---|
List<TourBookedTimeSlot> |
CrossDocking
Cross Docking
Declaration
public bool? CrossDocking { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |