Click or drag to resize

GetUserScheduleDetailModel Class

This class is the model for retrieving user schedules details.
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsGetUserScheduleDetailModel

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

The GetUserScheduleDetailModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleEndDateTime The end data time of the current user schedule detail.
Public propertyCode exampleEndDateTimeSchema The end data time of the current user schedule detail as a specified pattern
Public propertyCode exampleID The schedule detail id of the current user schedule detail.
Public propertyCode exampleIsAutoGenerated The automatically generated flag of the current user schedule detail.
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.
Public propertyCode examplePayTypeID The pay type id of the current user schedule.
Public propertyCode exampleStartDateTime The start data time of the current user schedule detail.
Public propertyCode exampleStartDateTimeSchema The start data time of the current user schedule detail as a specified pattern
Top
Remarks
This class is the model for retrieving 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
This object is read-only. Direct access to setting these values must be done in the time-web user interface or through and AddModel
Caution note  Caution
Payroll processing rules will determine if certain schedule details can be assigned within a schedule.
Example
See Also