Click or drag to resize

LaborLevelDetailHierarchyAddModel Class

LaborLevelDetailHierarchyAddModel represents the inbound request object for adding a new node in the labor level hierarchy
Inheritance Hierarchy
SystemObject
  AppOne.Web.Service.Services.V1R0.Customer.ContractsLaborLevelDetailHierarchyAddModel
    AppOne.Web.Service.Services.V1R0.Customer.ContractsLaborLevelDetailHierarchyDeleteModel

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

The LaborLevelDetailHierarchyAddModel 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 exampleChild Gets or sets Child LaborLevelDetailID
Public propertyCode exampleParent Gets or sets Parent LaborLevelDetailID
Public propertyCode examplePath Gets or sets Path to where the Node will be created
Top
See Also