Class DesignModel
Namespace: Ayuda.BMS.Splash.PI.SDK.Models
Properties
AdvertiserID
Type: Guid. The id of the advertiser.
Declaration
public Guid AdvertiserID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ApprovalStatus
Type: Guid. Optional. Determines if the model is internally approved or not. Default is Approved.
Declaration
public Guid? ApprovalStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
AssociatedDesignID
Type: Guid. Optional.
Declaration
public Guid? AssociatedDesignID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
BarCode
Type: String, maximum 128 caracters.
Declaration
public string BarCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BrandID
Type: Guid. Optional. The id of the associated brand.
Declaration
public Guid? BrandID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
CanBeUsedAsFiller
Type: bool.
Declaration
public bool CanBeUsedAsFiller { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Code
Type: String, Maximum length: 16 characters. The id of the associated brand.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContentCategoryIDs
Type: Guid.
Declaration
public List<Guid> ContentCategoryIDs { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<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.Nullable<System.Guid> |
Description
Type: string. Maximum length: 255 characters. An optional description for the design.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DesignID
Type: Guid. Automatically generated upon creation.
Declaration
public Guid DesignID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
DesignTypeID
Type: Guid.
Declaration
public Guid DesignTypeID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
DoNotPlay
Type: bool.
Declaration
public bool DoNotPlay { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DurationInMilliseconds
Type: int. Optional. The duration of the design, if it is not a static image.
Declaration
public int? DurationInMilliseconds { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
EnableExternalAdditionalFiles
Type: bool.
Declaration
public bool EnableExternalAdditionalFiles { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ExternalAdditionalFilesFolderName
Type: string. Maximum length: 255 characters. An optional description for the design.
Declaration
public string ExternalAdditionalFilesFolderName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExternalAdditionalFilesFTPDirectory
Type: string. Maximum length: 1024 characters. An optional description for the design.
Declaration
public string ExternalAdditionalFilesFTPDirectory { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExternalAdditionalFilesFTPPassword
Type: string. Maximum length: 255 characters. An optional description for the design.
Declaration
public string ExternalAdditionalFilesFTPPassword { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExternalAdditionalFilesFTPPasswordConfirmation
Type: string. Maximum length: 255 characters. An optional description for the design.
Declaration
public string ExternalAdditionalFilesFTPPasswordConfirmation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExternalAdditionalFilesFTPServer
Type: string. Maximum length: 255 characters. An optional description for the design.
Declaration
public string ExternalAdditionalFilesFTPServer { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExternalAdditionalFilesFTPUsername
Type: string. Maximum length: 255 characters. An optional description for the design.
Declaration
public string ExternalAdditionalFilesFTPUsername { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FaceSizeID
Type: Guid. Optional.
Declaration
public Guid? FaceSizeID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
FileID
Type: Guid.
Declaration
public Guid FileID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
HeightInPixels
Type: int. Optional. The height of the design.
Declaration
public int? HeightInPixels { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
IsLive
Type: bool.
Declaration
public bool IsLive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaterialID
Type: Guid. Optional.
Declaration
public Guid? MaterialID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
MediaTypeID
Type: Guid. Optional.
Declaration
public Guid? MediaTypeID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Name
Type: string. Maximum length: 255 characters. The name of the design.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Note
Type: string. Maximum length: 255 characters.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValidFromUtc
Type: DateTime. Optional. The moment from which this Design is available for play, in UTC time.
Declaration
public DateTime? ValidFromUtc { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
ValidUntilUtc
Type: DateTime. Optional. The moment from which this Design should no longer play, in UTC time.
Declaration
public DateTime? ValidUntilUtc { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
VolumePercent
Type: Int. Between 0 and 100.
Declaration
public int VolumePercent { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
WidthInPixels
Type: int. Optional. The width of the design.
Declaration
public int? WidthInPixels { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |