Click or drag to resize

UpdateUserScheduleDetailModel Class

This class is the model for updating user schedules details.
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsAddUserScheduleDetailModel
    AppOne.Services.V2.ContractsUpdateUserScheduleDetailModel

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class UpdateUserScheduleDetailModel : AddUserScheduleDetailModel

The UpdateUserScheduleDetailModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleScheduleDetailID The schedule detail id of the current user schedule detail.
Top
Remarks
This class is the model for updating user schedules details. User schedules details are nested shifts such as breaks, meals and transfers; which reside inside a schedule.

Note  Note
Setup:
Manager > Schedules

Business Rules:
The GetUserScheduleModel contract is the main object for working with a user schedules.

Note  Note
See the parent object AddUserScheduleDetailModel for a full list of all properties that belong to UpdateUserScheduleDetailModel.

Caution note  Caution
Payroll processing rules will determine if certain schedule details can be assigned within a schedule.
Example
See Also