Click or drag to resize

LaborLevelDetailModelUpdate Class

LaborLevelDetailUpdateModel represents the basic model for updating labor level details information
Inheritance Hierarchy
SystemObject
  AppOne.Web.Service.Services.V1R0.Customer.ContractsLaborLevelDetailModelUpdate

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

The LaborLevelDetailModelUpdate 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 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 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 exampleStartDate Gets or sets Start Date for a Labor level detail *
Top
Remarks

Required Fields *

  • LLDetailID
See Also