Show / Hide Table of Contents

Class TourLoadingInformation

Information about loading

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
TourInformation
TourLoadingInformation
Inherited Members
TourInformation.ScheduledArrival
TourInformation.ScheduledDeparture
TourInformation.ScheduledWaitMinutes
TourInformation.ScheduledHandlingMinutes
TourInformation.Notes
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class TourLoadingInformation : TourInformation

Properties

BookedTimeSlots

Declaration
public List<TourBookedTimeSlot> BookedTimeSlots { get; set; }
Property Value
Type Description
List<TourBookedTimeSlot>

ConsignmentObjectIds

References to the consignments, depending on this stop

Declaration
public List<string> ConsignmentObjectIds { get; set; }
Property Value
Type Description
List<System.String>

WorkingHours

Booked time slot for the tour

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