Click or drag to resize

TimeGetPunchesParamsInIgnoreLaborLevelCodes Property

Enables labor level codes to show values if set

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

Property Value

Boolean
Remarks
When set to True all LaborLevelCode(N) values will return null.

Note  Note
By default LaborLevelCode(N) values are null if they are not set at all. The IgnoreLaborLevelCodes flag will basically prevent the lookup of the the LaborLevel values. When set to true this flag can help increase the performance of the web service because fewer look ups are being made.
Example
True, False
See Also