Class FaceSizeGroupModel
Namespace: Ayuda.BMS.Splash.PI.SDK.Models
Properties
Code
Type: String. Maximum length: 16. The code of the face size group.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
Type: String. maximum length: 255. The description of the face size group.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FaceSizeGroupID
Type: Guid. The unique ID for the face size group.
Declaration
public Guid FaceSizeGroupID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsLive
Type: Boolean. Indicates if the face size group is currently useable.
Declaration
public bool IsLive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Type: String. Maximum length: 255. The name of the face size group.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |