Click or drag to resize

GetUserPayAdjustModel Class

This class is the model for retrieving user pay adjustments.
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsGetUserPayAdjustModel

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

The GetUserPayAdjustModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAmount The Amount for the current pay adjustment
Public propertyCode exampleClosedType The close type of the pay adjustment
Public propertyCode exampleEmpApproved The pay adjustment is approved by employee or not
Public propertyCode exampleEmpIdentifier The employee number/identifier of the current user pay adjustment
Public propertyCode exampleID The pay adjustment id of the current user pay adjustment
Public propertyCode exampleIsModified The pay adjustment is modified or not
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 exampleMgrApproved The pay adjustment is approved by manager or not
Public propertyModifiedBy The user who modified this record
Public propertyModifiedOn The date this record was modified on
Public propertyCode exampleNotes The notes for this pay adjustment
Public propertyCode examplePayAdjustmentDataSource The pay adjustment data source
Public propertyCode examplePayAdjustmentDataType The pay adjustment data type
Public propertyCode examplePayAdjustmentDate The date for which pay adjustment is added
Public propertyCode examplePayAdjustmentDateSchema The pay adjustment date of the current user pay adjustment as a specified pattern
Public propertyCode examplePayAdjustmentID The pay adjustment id of the current user pay adjustment
Public propertyCode examplePayPerUnit The pay per unit for the current pay adjustment
Public propertyCode exampleTimeSlicePreID The value of TimeSlicePreID related to this pay adjustment
Public propertyCode exampleUnit The value amount of pay adjustment units
Top
Remarks
This class is the model for retrieving user pay adjustments. User pay adjustments are assigned on a per user basis.

Note  Note
Setup:
Manager > pay adjustments
Configuration > Payroll Processing > pay adjustments

Business Rules:
The GetUserPayAdjustModel contract is the main object for working with a user pay adjustments.
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