AddPayrollPayAdjustModelOperatorType Property | |
The operater type to apply to the pay adjustment forumla
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int OperatorType { get; set; }
function get_OperatorType();
function set_OperatorType(value);
Property Value
Int32Remarks
The operater type to apply to the pay adjustment forumla. Operator types consist of the following enum types:
Mulitplication (0)
Addition (1)
Subtraction (2)
Example 1
See Also