ItemAttr Class Methods
- Last UpdatedNov 06, 2025
- 2 minute read
For a list of all members of this type, see ItemAttr members.
| Name | Description | |
|---|---|---|
![]() | SaveNewNotes | Overridden. The SaveNewNotes() method saves a new Notes for this attribute to the database. Descendants must override this function and implement it.The SaveNewNotes() method saves a new Notes for this attribute to the database. |
![]() | SaveNewValue | Overridden. The SaveNewValue() method saves a new value for this attribute to the database. Descendants must override this function and implement it.The SaveNewValue() method saves a new value for this attribute to the database. |
![]() | SaveNewValueAndNotes | Overridden. The SaveNewValueAndNotes() method saves a new value AND notes for this attribute to the database. Descendants must override this function and implement it.The SaveNewValueAndNotes() method saves a new value AND notes for this attribute to the database. |
| Name | Description | |
|---|---|---|
![]() | InitFromDataRow | Initialize this object's common attribute properties from the DataRow from the appropriate *_attr table for this attribute type. (Inherited from FactMES.Client.Common.Attr) |

