Class DigitalFacePackModel
Namespace: Ayuda.BMS.Splash.PI.SDK.Models
Properties
Description
Type: String. The description of the face pack.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndDate
Optional. Type: Date. The end of the face pack's saleability period.
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
ExcpectedFaceCount
Optional. Type: Integer. The expected number of faces. Alias of ExcpectedFaceCount. Deprecated.
Declaration
[Obsolete]
public int? ExcpectedFaceCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Remarks
Deprecated
ExpectedFaceCount
Optional. Type: Integer. The expected number of faces.
Declaration
public int? ExpectedFaceCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
FaceIds
Type: Guid list. The IDs of the the digital faces that are part of the face pack.
Declaration
public List<Guid> FaceIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Guid> |
FacePackID
Type: Guid. The ID of the face pack. Automatically generated upon creation.
Declaration
public Guid FacePackID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
GeneralNote
Type: String. The general note of the face pack. Alias of GeneralNote
Declaration
public string GeneralNote { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IncludeSpares
Type: Boolean. Indicates if spares are included.
Declaration
public bool IncludeSpares { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsBreakable
Type: Boolean. Indicates if the face is breakable.
Declaration
public bool IsBreakable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTransparent
Type: Boolean. Indicates if the face pack is transparent.
Declaration
public bool IsTransparent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MediaTypeGroupID
Optional. Type: Guid. The ID of the media type group. Cannot be set to null.
Declaration
public Guid? MediaTypeGroupID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Name
Type: String. Maximum length: 255 characters. The name of the face pack.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PostingCardNote
Type: String. Maximum length: 255 characters. The posting card note.
Declaration
public string PostingCardNote { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PostingCompanyID
Optional. Type: Guid. The ID of the posting company.
Declaration
public Guid? PostingCompanyID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
ProductionNote
Type: String. The productions note.
Declaration
public string ProductionNote { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SalesMarketIds
Type: Guid list. The IDs of the pack's sales markets. Currently a pack should have a single sales market.
Declaration
public List<Guid> SalesMarketIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Guid> |
SpareQuantity
Optional. Type: Integer. The quantity of spares.
Declaration
public int? SpareQuantity { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
SparesUsePercentage
Type: Boolean. Indicates if the spare quantity is a percentage rather than a fixed number.
Declaration
public bool SparesUsePercentage { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StartDate
Optional. Type: Date. The start date of the face pack's saleability period. Must be provided on creation.
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Tags
Optional. Type: string comma-separated list of tags
Declaration
public string Tags { get; set; }
Property Value
Type | Description |
---|---|
System.String |