Class TourLoadingInformation
Information about loading
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
TourLoadingInformation
Inherited Members
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> |