Click or drag to resize

MealItemsAllowManOverride Property

Returns true if the allow manual meals setting is enable for automatic meal types.

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

Property Value

Boolean
Remarks
Returns true if the allow manual meals setting is enable for automatic meal types. If an employee manually clocks out for the break, the automatic break is not created.

Example
true/false
See Also