Item Class Methods
- Last UpdatedNov 06, 2025
- 2 minute read
For a list of all members of this type, see Item members.
| Name | Description | |
|---|---|---|
![]() | Delete | The Delete() method deletes the item from the database. |
![]() | GetItemAttr | Overloaded. The GetItemAttr() method is a read-only indexer that retrieves the requested item attribute object (ItemAttr). This overload of the method specifies the attribute using the attribute ID. |
![]() | Refresh | The Refresh() method reads the item information from the database to refresh the in-memory information. |
![]() | Save | The Save() method saves the items in-memory information to the database. It creates a new entry in the Item table if the item does not exist or updates the information for the existing item. |
