Click or drag to resize

AddUserScheduleModel Class

This class is the model for adding user schedule information
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsAddUserScheduleModel
    AppOne.Services.V2.ContractsUpdateUserScheduleModel

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

The AddUserScheduleModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleEmpIdentifier The Employee Number/Identifier of the current user schedule
* Required Property
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 A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Public propertyCode exampleLL02ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Public propertyCode exampleLL03ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Public propertyCode exampleLL04ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Public propertyCode exampleLL05ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Public propertyCode exampleLL06ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Public propertyCode exampleLL07ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Public propertyCode exampleLL08ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Public propertyCode exampleLL09ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Public propertyCode exampleLL10ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Public propertyCode exampleLL11ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Public propertyCode exampleLL12ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Public propertyCode exampleLL13ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Public propertyCode exampleLL14ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
Public propertyCode exampleLL15ID A labor-level-detail(N) ID for a user, where N can be 1-15 and ID is a valid labor-level-detail ID
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 schedule information.

Example
See Also