Click or drag to resize

AddLaborLevelDetailModel Class

This class is the model for adding labor-level-detail information
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsAddLaborLevelDetailModel
    AppOne.Services.V2.ContractsUpdateLaborLevelDetailModel

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

The AddLaborLevelDetailModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleCode The Code for the labor-level-detail
* Required Property
Public propertyCode exampleCustomFields The AddLaborLevelDetailCustomField list for this 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
* Required Property
Public propertyCode exampleName The labor-level name for a labor-level-detail
* Required Property
Public propertyCode exampleParentID The parent labor-level id of the current labor-level-detail item.
* Required Property
Public propertyCode exampleStartDate The start date for a labor-level-detail
* Required Property
Top
Remarks
This class is the model for adding labor-level-detail information.

See Also