Attr Class Properties
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see Attr members.
| Name | Description | |
|---|---|---|
![]() | CurrentValue | The CurrentValue property is a read-only property that contains the current value of this attribute as a string. |
![]() | CurrentValueAsBool | The CurrentValue property is a read-only property that contains the current value of this attribute as a boolean. Returns false if the attribute cannot be successfully converted to a boolean. |
![]() | CurrentValueAsDateTime | The CurrentValue property is a read-only property that contains the current value of this attribute as a DateTime. Contains DateTime.MinValue if the attribute cannot be successfully converted to a DateTime. |
![]() | CurrentValueAsDouble | The CurrentValue property is a read-only property that contains the current value of this attribute as a double. Returns 0 if the attribute cannot be successfully converted to a double. |
![]() | CurrentValueAsInt | The CurrentValue property is a read-only property that contains the current value of this attribute as an integer. Returns 0 if the attribute cannot be successfully converted to an int. |
![]() | DataType | The DataType property is a read-only property that contains the data type of this attribute as an AttrDataTypes enumeration. |
![]() | Desc | The Desc property is a read-only property that contains the description of this attribute. |
![]() | Id | The Id property is a read-only property that contains the unique attr_id used to identify this attribute. |
![]() | LastEditAt | The LastEditAt property is a read-only property that contains the date/time of the last edit of this attribute. |
![]() | LastEditBy | The LastEditBy property is a read-only property that contains the user_id of the user who made the last edit of this attribute. |
![]() | LastEditComment | The LastEditComment property is a read-only property that contains the Last Edit Comment for this attribute. |
![]() | Notes | The Notes property is a read-only property that contains the current notes for this attribute. |
![]() | RowId | The RowId property is a read-only property that contains the row ID of this attribute in the database. |
