ShiftPattern Class Members
- Last UpdatedMar 17, 2026
- 2 minute read
The following tables list the members exposed by ShiftPattern.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a shift pattern record to the Shift_Pattern table. |
![]() ![]() | Delete | The Delete() method deletes the specified shift pattern from the Shift_Pattern table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more shift pattern records from the Shift_Pattern table, as specified by the filter parameters. Passing no filter parameters will retrieve all shift pattern records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified shift pattern record from the Shift_Pattern table. |
![]() ![]() | Update | The Update() method updates all columns for the specified shift pattern record in the Shift_Pattern table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified shift pattern record in the Shift_Pattern table. |

