Click or drag to resize

LaborLevelDetailModel Class

LaborLevelDetailModel represents the basic model for labor level details information
Inheritance Hierarchy
SystemObject
  AppOne.Web.Service.Services.V1R0.Customer.ContractsLaborLevelDetailModel
    AppOne.Web.Service.Services.V1R0.Customer.ContractsLaborLevelDetailHierarchyModel

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

The LaborLevelDetailModel 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 exampleEmpNotesRequired Gets or sets if employee notes are required for this associated labor level detail
Public propertyCode exampleEndDate Gets or sets End Date for a Labor level detail *
Public propertyCode exampleIsDeleted Gets or sets IsDeleted flag for a Labor level detail
Public propertyLLCustomFields Gets or sets Custom Fields for a labor level detail
Public propertyCode exampleLLDetailCode Gets or sets the LLDetailCode (LaborLevelDetailCode) of the current LaborLevelDetail object. *
Public propertyCode exampleLLDetailID Gets the labor level detail id of the current LaborLevelDetailModel
Public propertyCode exampleLLDetailName Gets or sets labor level DetailName for a Labor level detail *
Public propertyCode exampleLLID Gets or sets the labor level id of the current LaborLevelDetailModel
Public propertyCode exampleModifiedEmpID Gets or sets Modified Employee Identifier
Public propertyCode exampleModifiedOn Gets or sets Modified On
Public propertyCode exampleStartDate Gets or sets Start Date for a Labor level detail *
Top
Remarks

Required Fields *

  • EndDate
  • LLDetailCode
  • LLDetailName
  • StartDate
See Also