Click or drag to resize

GetLaborLevelDetailModel Class

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

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

The GetLaborLevelDetailModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleCode The Code for the labor-level-detail
Public propertyCode exampleCustomFields The LaborLevelCustomField list for this labor-level detail
Public propertyCode exampleDefaultEffectiveDate The Default Effective Date for a labor-level-detail
Public propertyCode exampleEmployeeNotesRequired The employee notes that are required for this associated labor-level-detail
Public propertyCode exampleEndDate The end date for a labor-level-detail
Public propertyCode exampleID The labor-level-detail id of the current GetLaborLevelDetailModel
Public propertyCode exampleIsDeleted The IsDeleted flag for a labor-level-detail
Public propertyCode exampleModifiedEmployeeID The modified employee identifier
Public propertyCode exampleModifiedOn The modified on date
Public propertyCode exampleName The labor-level name for a labor-level-detail
Public propertyCode exampleParentID The parent labor-level id of the current labor-level-detail item.
Public propertyCode exampleStartDate The start date for a labor-level-detail
Top
Remarks
This class is the model for labor-level-detail information.

Note  Note
The GetLaborLevelDetailModel object is read-only. Direct access to setting these values must be done in the time-web user interface or through and add model.
Example
See Also