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

