Click or drag to resize

TimeSlicePreModelProcessingMode Property

Gets or sets Processing Mode of Employee

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public string ProcessingMode { get; set; }

Property Value

String
Remarks
This value represents the Processing Mode.

Enumerated Values

NameValue
DefaultThis mode is direct entry without payroll validation
WebThis mode will perform payroll validation and web access validation

Note  Note
If this value is not set then the default processing mode will be Default.
Example
Default/Web
See Also