ItemClassAttr Class Properties
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see ItemClassAttr members.
| Name | Description | |
|---|---|---|
![]() | CurrentValue | The CurrentValue property is a read-only property that contains the current value of this attribute as a string. (Inherited from FactMES.Client.Common.Attr) |
![]() | 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. (Inherited from Attr) |
![]() | 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. (Inherited from Attr) |
![]() | 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. (Inherited from Attr) |
![]() | 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. (Inherited from Attr) |
![]() | DataType | The DataType property is a read-only property that contains the data type of this attribute as an AttrDataTypes enumeration. (Inherited from Attr) |
![]() | Desc | The Desc property is a read-only property that contains the description of this attribute. (Inherited from Attr) |
![]() | Id | The Id property is a read-only property that contains the unique attr_id used to identify this attribute. (Inherited from Attr) |
![]() | ItemClassId | The ItemClassId property is a read-only property that contains the ID of the item class to which this attribute belongs. |
![]() | LastEditAt | The LastEditAt property is a read-only property that contains the date/time of the last edit of this attribute. (Inherited from Attr) |
![]() | 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. (Inherited from Attr) |
![]() | LastEditComment | The LastEditComment property is a read-only property that contains the Last Edit Comment for this attribute. (Inherited from Attr) |
![]() | Notes | The Notes property is a read-only property that contains the current notes for this attribute. (Inherited from Attr) |
![]() | RowId | The RowId property is a read-only property that contains the row ID of this attribute in the database. (Inherited from Attr) |
