Click or drag to resize

BreakItemsRuleType 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). Breaks can be configured in three ways:
  1. Breaks are not allowed
  2. So that an employee can either clock out manually (Manual)
  3. The system to automatically subtract a break from an employee's shift (Auto)


Example
Auto | Manual
See Also