BreakItemsRuleType Property | |
Gets an integer that determines if the duration type is None/Manual/Auto.
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int RuleType { get; set; }
function get_RuleType();
function set_RuleType(value);
Property Value
Int32Remarks
Gets an integer that determines if the duration type is None/Manual/Auto (0,1,2). Breaks can be configured in three ways:
- Breaks are not allowed
- So that an employee can either clock out manually (Manual)
- The system to automatically subtract a break from an employee's shift (Auto)
Example Auto | Manual
See Also