'
Show / Hide Table of Contents

Class UnscheduledBooking

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

Properties

AreaIDs

Type: Guid[]. The area hierarchy of the face. From the most general area to the most specififc.

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

BundleID

Type: Guid. The bundle that is currently scheduled for that period. If the field has a value, the bundle is scheduled, but is empty. If the value is

null
, nothing is scheduled.

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

CampaignID

Type: Guid. The ID of the campaign.

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

CampaignStatusID

Type: Guid. The state if the campaign. The CampaignStatus class has constants with possible values.

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

FaceID

Type: Guid. The ID of the scheduled face.

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

FaceNumber

Type: string. The number of the scheduled face.

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

Height

Type: int. The resolution height, in pixels, of the face.

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

MediaTypeGroupID

Type: Guid. The ID of the media type group of the face.

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

MediaTypeID

Type: Guid. The ID of the media type of the face.

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

NetworkID

Type: Guid. The ID of the network of the face. If the face does not belong to a network, this field will be

null
.

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

Saturation

Type: float. The saturation level of the booking. Numbers over 1 indicate oversaturation of the booking while fractional numbers represents undersaturation.

Declaration
public float Saturation { get; set; }
Property Value
Type Description
System.Single

SegmentID

Type: Guid. The ID of the segment.

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

SiteID

Type: Guid. The ID of the site of the face.

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

SpotLength

Type: int. The spot length, in seconds, of the booking.

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

UnscheduledRanges

Type: UnscheduledRange[]. The list of periods where the face is booked, but nothing is scheduled.

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

Width

Type: int. The resolution width, in pixels, of the face.

Declaration
public int Width { get; set; }
Property Value
Type Description
System.Int32
Back to top Generated by DocFX