DeleteUserPayAdjustInIDList Property | |
A list of user pay adjustment IDs that define the specific user pay adjustment
* Required Property
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public List<int> IDList { get; set; }
function get_IDList();
function set_IDList(value);
Property Value
ListInt32Remarks
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