Click or drag to resize

MealItemsRuleType Property

Gets an integer that determines if the duration type is None/Manual/Auto.

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

Property Value

Int32
Remarks
Gets an integer that determines if the duration type is None/Manual/Auto (0,1,2).
Meals can be configured in three ways:
  1. Meals are not allowed
  2. So that an employee can either clock out manually (Manual)
  3. The system to automatically subtract a meal from an employee's shift (Auto)


Enumerated Values

NameValue
None0
Manual1
Auto2
Example
Auto | Manual
See Also