Click or drag to resize

AddUserPayAdjustModel Class

This class is the model for adding user pay adjustment information
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsAddUserPayAdjustModel
    AppOne.Services.V2.ContractsUpdateUserPayAdjustModel

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

The AddUserPayAdjustModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAmount The Amount for the current pay adjustment
Public propertyCode exampleEmpIdentifier The employee number/identifier of the current user pay adjustment
* Required Property
Public propertyCode exampleEnableHomeLaborLevelAssignment If true this value will allow the home labor-level-detail assignment to be made.
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 exampleNotes The notes for this pay adjustment
Public propertyCode examplePayAdjustmentDate The date for which pay adjustment is added
* Required Property
Public propertyCode examplePayAdjustmentID The pay adjustment id of the current user pay adjustment
* Required Property
Public propertyCode exampleUnit The value amount of pay adjustment units
Top
Remarks
This class is the model for adding user pay adjustment information.

Example
See Also