MealItemsRuleType 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).
Meals can be configured in three ways:
- Meals are not allowed
- So that an employee can either clock out manually (Manual)
- The system to automatically subtract a meal from an employee's shift (Auto)
Enumerated Values
Name | Value |
---|
None | 0 |
Manual | 1 |
Auto | 2 |
Example Auto | Manual
See Also