ItemState Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see ItemState members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | Overloaded. The Add() method adds a new item state record to the Item_State table. |
![]() ![]() | Delete | The Delete() method deletes the specified item state record from the Item_State table. |
![]() ![]() | DeleteAll | The DeleteAll() method deletes the specified item state record from the Item_State table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more item state records from the Item_State table, as specified by the filter parameters. Passing no filter parameters will retrieve all item state records from the table.The GetAll() method retrieves one or more item records from the Item table, as specified by the filter parameters. Passing no filter parameters will retrieve all item records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified item state record from the Item_State table. |
![]() ![]() | Update | The Update() method updates all columns of the specified item state record in the Item_State table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified item state record in the Item_State table. |

