StdOperEntSpec Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see StdOperEntSpec members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | Overloaded. The Add() method adds a new record to the Std_Oper_Ent_Spec table. |
![]() ![]() | Delete | The Delete() method deletes the specified record from the Std_Oper_Ent_Spec table. |
![]() ![]() | DeleteAll | The DeleteAll() method removes one or more specification records from the Std_Oper_Ent_Spec table, as specified by the filter parameters. Passing no filter parameters will remove all specification records from the table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more records from the Std_Oper_Ent_Spec table, as specified by the filter parameters. Passing no filter parameters will retrieve all records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified standard operation entity specification record from the Std_Oper_Ent_Spec table. |
![]() ![]() | GetEntities | The GetEntities() method returns one or more entity records from the Std_Oper_Ent_Link table and also all the ancestors of the entities returned from the Std_Oper_Ent_Link table. |
![]() ![]() | GetEntSpecs | The GetEntSpecs() method retrieves a list of all the available entity specs for a given standard operation ID and entity ID. |
![]() ![]() | GetSpecs | The GetSpecs() method retrieves a list of specs, along with the value and step number if the spec is used for an item at the operation, for a given standard operation ID, entity ID, version ID, and (optional) step number. |
![]() ![]() | Update | The Update() method updates all columns for the specified record in the Std_Oper_Ent_Spec table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns for the specified record in the Std_Oper_Ent_Spec table. |

