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

