Click or drag to resize

AddUserScheduleDetailModel Class

This class is the model for adding 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 AddUserScheduleDetailModel

The AddUserScheduleDetailModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleEnableHomeLaborLevelAssignment If true this value will allow the home labor-level-detail assignment to be made
Public propertyCode exampleEndDateTime The end data time of the current user schedule
* Required Property
Public propertyCode exampleLL01ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleLL02ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleLL03ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleLL04ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleLL05ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleLL06ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleLL07ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleLL08ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleLL09ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleLL10ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleLL11ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleLL12ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleLL13ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleLL14ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleLL15ID The home labor-level-detail(N) ID for a user, where N can be 1-15 and ID is the detail key.
Public propertyCode exampleParentID The schedule id of the current user schedule detail
* Required Property
Public propertyCode examplePayTypeID The pay type id of the current user schedule.
* Required Property
Public propertyCode exampleStartDateTime The start data time of the current user schedule
* Required Property
Top
Remarks
This class is the model for adding 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.
Caution note  Caution
Payroll processing rules will determine if certain schedule details can be assigned within a schedule.
Example
See Also