StdOperStep Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see StdOperStep members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new standard operation step record to the Std_Oper_Step table. |
![]() ![]() | Copy | The Copy() method adds one or more new standard operation step to the Std_Oper_Step table by copying existing standard operation steps. For this overload of the method, the operation, and steps to copy are passed by a stepList parameter that is populated by the StdOperStepCopySource() method. |
![]() ![]() | Delete | The Delete() method deletes the specified standard operation step record from the Std_Oper_Step table. |
![]() ![]() | DeleteAll | The DeleteAll() method removes one or more standard operation step records from the Std_Oper_Step table, as specified by the filter parameters. Passing no filter parameters will remove all standard operation step records from the table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more standard operation step records from the Std_Oper_Step table, as specified by the filter parameters. Passing no filter parameters will retrieve all standard operation step records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified standard operation step record from the Std_Oper_Step table. |
![]() ![]() | Update | The Update() method updates all columns of the specified standard operation step record in the Std_Oper_Step table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified standard operation step record in the Std_Oper_Step table. |

