ItemClassAttr Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by ItemClassAttr.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new item class attribute record to the Item_Class_Attr table. |
![]() ![]() | Delete | The Delete() method deletes the specified item class attribute record from the Item_Class_Attr table. |
![]() ![]() | DeleteAll | The DeleteAll() method removes one or more item class attribute records from the Item_Class_Attr table, as specified by the filter parameters. Passing no filter parameters will remove all item class attribute records from the table. |
![]() ![]() | GetAll | Overloaded. The GetAll() method retrieves one or more item class attribute records from the Item_Class_Attr table, as specified by the filter parameters. Passing no filter parameters will retrieve all item class attributes records from the table. |
![]() ![]() | GetAttrs | The GetAttrs() method retrieves all attributes that are assigned to the specified item class and also indicates whether the specified user has permission to edit the attribute. |
![]() ![]() | GetAvailableAttrs | The GetAvailableAttrs() method retrieves all item class attributes that are not yet assigned to the specified item class and are editable by the specified user. |
![]() ![]() | GetByKey | Overloaded. The GetByKey() method retrieves the specified item class attribute record from the Item_Class_Attr table. |
![]() ![]() | Update | The Update() method updates all columns for the specified item class attribute record in the Item_Class_Attr table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns for the specified item class attribute record in the Item_Class_Attr table. |

