Click or drag to resize

LaborLevelModel Class

LaborLevelModel defines the base model for labor level information
Inheritance Hierarchy
SystemObject
  AppOne.Web.Service.Services.V1R0.Customer.ContractsLaborLevelModel

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class LaborLevelModel : IServiceParams

The LaborLevelModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAuthToken Sets the Authentication Token which is required for any communication to the TWS interface
* Required Property
Public propertyCode exampleDefaultEffectiveDate Gets or sets Default Effective Date for a labor level
Public propertyCode exampleLLID Gets or sets the labor level id of the current LaborLevelModel
Public propertyCode exampleLLName Gets the labor level name form the LaborLevelModel
Public propertyCode exampleModifiedEmpID Gets or sets Modified Employee Identifier
Public propertyCode exampleModifiedOn Gets or sets Modified On
Public propertyCode exampleOrdinalPosition Gets ordinal position for a labor level
Top
Remarks
Note  Note
This object is read-only. Direct access to setting these values must be done in the time-web user interface
See Also