| 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
Syntaxpublic int OperatorType { get; set; }function get_OperatorType();
function set_OperatorType(value);
Property Value
Int32 Remarks
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
Example1
 See Also
See Also