Click or drag to resize

GetLaborLevelModel Class

This class is the model for retrieving labor level information
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsGetLaborLevelModel

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class GetLaborLevelModel

The GetLaborLevelModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleID Gets the labor level id of the current GetLaborLevelModel
Public propertyCode exampleIsDeleted Gets the IsDeleted flag for a labor level
Public propertyCode exampleModifiedEmployeeID Gets the modified user identifier
Public propertyCode exampleModifiedOn Gets the last date the record was modified on.
Public propertyCode exampleName Gets the labor level name
Public propertyCode exampleOrdinalPosition Gets ordinal position for a labor level
Public propertyCode exampleUnrestrictedAccessEnabled Gets a boolean flag that indicates if this labor level has unrestricted access.
Top
Remarks
This class is the model for retrieving labor level information.

Note  Note
The GetLaborLevelModel object is read-only. Direct access to setting these values must be done in the time-web user interface.
Example
For example code see GetLaborLevel(GetLaborLevelIn)
See Also