Oper Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by Oper.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new operation record to the Oper table. |
![]() ![]() | Clone | The Clone() method adds a new operation record to the Oper table by making a copy of an existing record. |
![]() ![]() | Delete | The Delete() method deletes the specified operation record from the Oper table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more operation records from the Oper table, as specified by the filter parameters. Passing no filter parameters will retrieve all operation records from the table. |
![]() ![]() | GetReworkCdsByProcess | The GetReworkCdsByProcess() method retrieves the rework codes in the Oper table, optionally filtered by a specified process. |
![]() ![]() | Update | The Update() method updates all columns for the specified operation record in the Oper table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns for the specified operation record in the Oper table. |

