Class AttributeInformationModel
Namespace: Ayuda.BMS.Splash.PI.SDK.Models
Properties
AttributeID
Type: Guid. The ID of the attribute.
Declaration
public Guid AttributeID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Description
Optional. Type: String. Maximum length: 255 characters. The description of the attribute.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsLive
Type: Boolean. Indicates if the attribute is currently available.
Declaration
public bool IsLive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Type: String. Maximum length: 255 characters. The name of the attribute,
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValueType
Type: String
Declaration
public string ValueType { get; set; }
Property Value
Type | Description |
---|---|
System.String |