'
Show / Hide Table of Contents

Class OverbookingResultModel

Namespace: Ayuda.BMS.Splash.PI.SDK.Models

Properties

DigitalBookingLineID

Type: Guid. ID of the DigitalBookingLine.

Declaration
public Guid DigitalBookingLineID { get; set; }
Property Value
Type Description
System.Guid

DigitalBookingLineZoneID

Type: Guid. ID of the DigitalBookingLineZone.

Declaration
public Guid DigitalBookingLineZoneID { get; set; }
Property Value
Type Description
System.Guid

EndDate

Type: DateTime. EndDate of the DigitalBookingLine.

Declaration
public DateTime EndDate { get; set; }
Property Value
Type Description
System.DateTime

FaceID

Type: Guid. ID of the Face.

Declaration
public Guid FaceID { get; set; }
Property Value
Type Description
System.Guid

OverbookedDate

Type: DateTime. The Date the zone was overbooked.

Declaration
public DateTime OverbookedDate { get; set; }
Property Value
Type Description
System.DateTime

OverbookedHour

Type: Hour. The hour the zone was overbooked.

Declaration
public int OverbookedHour { get; set; }
Property Value
Type Description
System.Int32

ScheduleTemplateID

Type: Guid. ID of the DigitalBookingLine Schedule Template.

Declaration
public Guid ScheduleTemplateID { get; set; }
Property Value
Type Description
System.Guid

StartDate

Type: DateTime. StartDate of the DigitalBookingLine.

Declaration
public DateTime StartDate { get; set; }
Property Value
Type Description
System.DateTime
Back to top Generated by DocFX