Copy Method (OperStep)
- Last UpdatedNov 06, 2025
- 1 minute read
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.
| Overload | Description |
|---|---|
| Copy(Int32,String,String,Int32,String,String,Nullable<Int32>) | 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. |
| Copy(Int32,OperStepCopySource[],String,String,Nullable<Int32>) | The Copy() method adds one or more new operation step to the Oper_Step table by copying existing operation steps. For this overload of the method, the process, operations, and steps to copy are passed by a stepList parameter that is populated by the OperStepCopySource() method. |
| Copy(Int32,String,String) | The Copy() method adds a new operation steps to the Oper_Step table by copying an existing operation steps from the operations in the specified process to all operations with the same operation ID in the specified target process. For this overload of the method, the steps are specified by the the processIDs. |