Class Bundle
Data model that defines a Splash Bundle
Namespace: Ayuda.BMS.Services.Models
Properties
AdvertiserID
Gets or sets the advertiser ID.
Declaration
[DataMember]
public Guid AdvertiserID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid | The advertiser ID. |
BundleID
Gets or sets the bundle ID.
Declaration
[DataMember]
public Guid BundleID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid | The bundle ID. |
Description
Gets or sets the description.
Declaration
[DataMember]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The description. |
HeightInPixels
Gets or sets the height in pixels.
Declaration
[DataMember]
public int? HeightInPixels { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The height in pixels. |
Name
Gets or sets the name.
Declaration
[DataMember]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
PlayToEnd
Gets or sets a value indicating whether [play to end].
Declaration
[DataMember]
public bool PlayToEnd { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Stretch
Gets or sets the stretch.
Declaration
[DataMember]
public int Stretch { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The stretch. |
WidthInPixels
Gets or sets the width in pixels.
Declaration
[DataMember]
public int? WidthInPixels { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The width in pixels. |