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

