Class Design
Data model that defines a Splash Design
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. |
ApprovalStatus
Get or set the approval status
Declaration
[DataMember]
public Guid ApprovalStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Guid | The approval status. |
Code
Gets or sets the code.
Declaration
[DataMember]
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The code. |
DesignID
Gets or sets the design ID.
Declaration
[DataMember]
public Guid DesignID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid | The design ID. |
DesignTypeID
Gets or sets the design type ID.
Declaration
[DataMember]
public Guid DesignTypeID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid | The design type ID. |
FileBytes
Gets or sets the file bytes.
Declaration
[DataMember]
public byte[] FileBytes { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The file bytes. |
FileName
Gets or sets the name of the file.
Declaration
[DataMember]
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the file. |
Name
Gets or sets the name.
Declaration
[DataMember]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
TimeStamp
Gets or sets the time stamp.
Declaration
[DataMember]
public byte[] TimeStamp { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The time stamp. |
VolumePercent
Gets or sets the volume percent.
Declaration
[DataMember]
public int VolumePercent { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The volume percent. |