Click or drag to resize

AddPayrollPayAdjustModelOperatorType Property

The operater type to apply to the pay adjustment forumla

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

Property Value

Int32
Remarks
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