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

