Class AttributeModel
Namespace: Ayuda.BMS.Splash.PI.SDK.Models
Properties
AttributeID
Type: Guid. Automatically generated upon creation.
Declaration
public Guid AttributeID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
AttributeTypeID
Type: Guid
Declaration
public Guid AttributeTypeID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Code
Type: String. Maximum length: 10 characters.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
Optional. Type: String. Maximum length: 255 characters.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsLive
Type: boolean
Declaration
public bool IsLive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMultipleChoice
Type: boolean
Declaration
public bool IsMultipleChoice { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Type: String. Maximum length: 255 characters.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Optional. Type: String. Maximum length: 255 characters.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |