OperStep Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see OperStep members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new operation step record to the Oper_Step table. |
![]() ![]() | Copy | Overloaded. The Copy() method adds a new operation step to the Oper_Step table by copying an existing operation step. For this overload of the method, the step is specified by the the processID, operationID, and stepNo parameters. |
![]() ![]() | Delete | The Delete() method deletes the specified operation step record from the Oper_Step table. |
![]() ![]() | DeleteAll | The DeleteAll() method removes one or more operation step records from the Oper_Step table, as specified by the filter parameters. Passing no filter parameters will remove all operation step records from the table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more operation step records from the Oper_Step table, as specified by the filter parameters. Passing no filter parameters will retrieve all operation step records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified operation step record from the Oper_Step table. |
![]() ![]() | GetOperForSteps | The GetOperForSteps() method retrieves all of the operation steps for the specified operation. |
![]() ![]() | Update | The Update() method updates all columns of the specified operation step record in the Oper_Step table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified operation step record in the Oper_Step table. |

