Show / Hide Table of Contents

Class TourBookedTimeSlot

Booked time slot for the tour

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
TourWorkingHours
TourBookedTimeSlot
Inherited Members
TourWorkingHours.FromDateTime
TourWorkingHours.UntilDateTime
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class TourBookedTimeSlot : TourWorkingHours

Properties

Gate

Gate to use

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

Notes

Notes

Declaration
public string Notes { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX