ProcessAttr Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see ProcessAttr members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new process attribute record to the Process_Attr table. |
![]() ![]() | Delete | The Delete() method deletes the specified process attribute record from the Process_Attr table. |
![]() ![]() | GetAll | Overloaded. The GetAll() method retrieves one or more process attribute records from the Process_Attr table, as specified by the filter parameters. Passing no filter parameters will retrieve all process attribute records from the table. |
![]() ![]() | GetAttrs | The GetAttrs() method retrieves the attribute records for the specified process from the Process_Attr table. |
![]() ![]() | GetAvailableAttrs | The GetAvailableAttrs() method retrieves all process attributes that are not yet assigned to the specified process and are editable by the specified user. |
![]() ![]() | GetByKey | Overloaded. The GetByKey() method retrieves the specified process attribute record from the Process_Attr table. This overload of the method identifies the process attribute by its ID. |
![]() ![]() | Update | The Update() method updates all columns for the specified process attribute record in the Process_Attr table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns for the specified process attribute record in the Process_Attr table. |

