'
Show / Hide Table of Contents

Class ScheduleContentModel

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

Properties

BundleSchedules

Declaration
public List<BundleScheduleModel> BundleSchedules { get; set; }
Property Value
Type Description
System.Collections.Generic.List<BundleScheduleModel>

FacePackDigitalBookingLineZoneID

Declaration
public Guid? FacePackDigitalBookingLineZoneID { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

JsonBundleSchedules

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

ScheduleID

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

ScheduleZoneID

Declaration
public Guid? ScheduleZoneID { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>
Back to top Generated by DocFX