Class PlayList
Data model that defines the Splash PlayList entry
Namespace: Ayuda.BMS.Services.Models
Properties
BundleName
Gets or sets the bundle name
Declaration
[DataMember]
public string BundleName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
Gets or sets the description
Declaration
[DataMember]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HeightInPixels
Gets or sets the height in pixels
Declaration
[DataMember]
public int HeightInPixels { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SalesContractNumber
Gets or sets the associated contract number
Declaration
[DataMember]
public string SalesContractNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Saturation
Gets or sets the saturation
Declaration
[DataMember]
public float Saturation { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Sequence
Gets or sets the sequence number relative to other spots
Declaration
[DataMember]
public int Sequence { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StartDateTime
Gets or sets the start date/time
Declaration
[DataMember]
public DateTime StartDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
WidthInPixels
Gets or sets the width in pixels
Declaration
[DataMember]
public int WidthInPixels { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |