Click or drag to resize

GetUserScheduleModel Class

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

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

The GetUserScheduleModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleDetail Gets a list of GetUserScheduleDetailModel objects
Public propertyCode exampleEmpIdentifier The Employee Number/Identifier of the current user schedule
Public propertyCode exampleEndDateTime The end data time of the current user schedule
Public propertyCode exampleEndDateTimeSchema The end data time of the current user schedule as a specified pattern
Public propertyCode exampleID The schedule id of the current user schedule
Public propertyCode exampleIsAutoGenerated The automatically generated flag of the current user schedule
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 examplePayTypeID The pay type id of the current user schedule
Public propertyCode exampleStartDateTime The start data time of the current user schedule
Public propertyCode exampleStartDateTimeSchema The start data time of the current user schedule as a specified pattern
Top
Remarks
This class is the model for retrieving user schedules. User schedules are assigned on a per user basis.

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
Example
See Also