Shifts Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by Shifts.
| Name | Description | |
|---|---|---|
![]() ![]() | AddEntShift | The AddEntShift() method adds a shift to the shift schedule of the specified entity if the entity can schedule shifts. Note: This method is no longer supported. Use the corresponding method in the Stateless API ShiftSchedule class. |
![]() ![]() | DefineShift | The DefineShift() method creates a standard shift. |
![]() ![]() | DeleteEntShift | The DeleteEntShift() method removes the specified shift from the shift schedule of the specified entity. Note: This method is no longer supported. Use the corresponding method in the Stateless API ShiftSchedule class. |
![]() ![]() | DeleteShift | The DeleteShift() method deletes the standard shift specified by a shift ID. The shift description is changed to null. |
![]() ![]() | GetAllShifts | The GetAllShifts() method returns a DataSet containing all shift IDs and descriptions for defined shifts. The shift ID is a unique integer used to identify the shift. |
![]() ![]() | GetShiftDataFromComboBoxEntry | The GetShiftDataFromComboBoxEntry() method passes a ShiftData object from a combo box that was populated via the PopulateComboBoxWithShiftDescs() method and retrieves the shift's ID and description. |
![]() ![]() | GetShiftID | The GetShiftID() method retrieves the shift ID of the shift specified by a shift description. |
![]() ![]() | PopulateComboBoxWithShiftDescs | The PopulateComboBoxWithShifDescs() method populates the specified combo box with all shift descriptions in the Shift table. Only non-empty shift descriptions are included. |
![]() ![]() | UpdateEntShift | The UpdateEntShift() method updates the specified shift for the entity that is identified by the ent ID input parameter. Note: This method is no longer supported. Use the corresponding method in the Stateless API ShiftSchedule class. |
![]() ![]() | UpdateShift | The UpdateShift() method updates the description of the specified standard shift. |

