Class BundleModel
Namespace: Ayuda.BMS.Splash.PI.SDK.Models
Properties
AdvertiserCategoryID
Type: Guid. Optional. The category of the advertiser.
Declaration
public Guid? AdvertiserCategoryID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
AdvertiserID
Type: Guid. The ID of the advertiser.
Declaration
public Guid AdvertiserID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
BundleID
Type: Guid. Automatically generated upon creation. The ID of the media bundle.
Declaration
public Guid BundleID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ContentTypeID
Type: Guid. The id of the Content Type (Advertising / Editorial / Filler).
Declaration
public Guid ContentTypeID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Description
Type: string. Maximum length: 255 characters. The description of the bundle.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FilterDesignsByAspectRatio
Type: bool. Whether the Players should only download the Designs that match their own Aspect Ratio, allowing the same Bundle to be used for multiple Media Types.
Declaration
public bool FilterDesignsByAspectRatio { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HeightInPixels
Type: int. Optional. The height of the bundle.
Declaration
public int? HeightInPixels { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Name
Type: string. Maximum length: 255 characters. The name of the bundle.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PlayToEnd
Type: bool.
Declaration
public bool PlayToEnd { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Stretch
Type: Enumeration (int). The method used to stretch the elements of the bundle.
Declaration
public StretchMode Stretch { get; set; }
Property Value
Type | Description |
---|---|
StretchMode |
TriggeredByBundleID
Type: Guid. Optional.
Declaration
public Guid? TriggeredByBundleID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
WidthInPixels
Type: int. Optional. The width of the bundle.
Declaration
public int? WidthInPixels { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |