Click or drag to resize

DeleteUserPayAdjustInIDList Property

A list of user pay adjustment IDs that define the specific user pay adjustment
* Required Property

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public List<int> IDList { get; set; }

Property Value

ListInt32
Remarks
A list of user pay adjustment IDs that define the specific user pay adjustment. The ID is also a reference to the internal primary key of the user pay adjustment. To get a list of valid user pay adjustment Ids see the GetUserPayAdjust(GetUserPayAdjustIn) method. Use GetUserPayAdjustModel.ID value to fill in the IDList.
Example
See Also