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

