Show / Hide Table of Contents

Class TourWayPointInformation

Way Point Information

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
TourInformation
TourFuelStopInformation
TourWayPointInformation
Inherited Members
TourInformation.ScheduledArrival
TourInformation.ScheduledDeparture
TourInformation.ScheduledWaitMinutes
TourInformation.ScheduledHandlingMinutes
TourInformation.Notes
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>
Back to top Generated by DocFX