Class FaceSizeModel
Namespace: Ayuda.BMS.Splash.PI.SDK.Models
Properties
Code
Type: String. Maximum length: 16 characters. The code for the face size.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DisplayHeight
Type: Single. The height of the display.
Declaration
public float DisplayHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
DisplayWidth
Type: Single. The width of the display.
Declaration
public float DisplayWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
FaceSizeGroupID
Type: Guid. The ID of the face size group.
Declaration
public Guid FaceSizeGroupID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
FaceSizeID
Type: Guid. The ID of the face size.
Declaration
public Guid FaceSizeID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsLive
Type: Boolean. Indicates if the face size is available for use.
Declaration
public bool IsLive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Type: String. Maximum length: 255 character. The name of the face size.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PanelHeight
Type: Single. The height of the panel.
Declaration
public float PanelHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
PanelWidth
Type: Single. The width of the panel.
Declaration
public float PanelWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Single |