ShiftSchedule Class Methods
- Last UpdatedNov 06, 2025
- 2 minute read
For a list of all members of this type, see ShiftSchedule members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a shift schedule record to the Shift_Schedule table. |
![]() ![]() | Delete | The Delete() method deletes the specified shift schedule record from the Shift_Schedule table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more shift schedule records from the Shift_Schedule table, as specified by the filter parameters. Passing no filter parameters will retrieve all shift schedule records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified shift schedule record from the Shift_Schedule table. |
![]() ![]() | Update | The Update() method updates all columns for the specified shift schedule record in the Shift_Schedule table. The record to be updated is identified by the patternId, startTime, endTime, and shiftId parameters. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified shift schedule record in the Shift_Schedule table. The record to be updated is identified by the patternId, startTime, endTime, and shiftId parameters. |

