Click or drag to resize

UpdateUserPayAdjustModel Class

A model used to update user pay adjustments
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 UpdateUserPayAdjustModel : AddUserPayAdjustModel

The UpdateUserPayAdjustModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleID The ID of the current pay adjustment model
* Required Property
Top
Remarks
A model used to update user pay adjustments.

Note  Note
See the parent class AddUserPayAdjustModel for all properties.
Example
See Also