Click or drag to resize

WSLaborLevelDetailHierarchy Class

Web service class for working with labor levels details hierarchies and the hierarchy tree
Inheritance Hierarchy
SystemObject
  AppOne.Web.Service.Services.V1R0BaseService
    AppOne.Web.Service.Services.V1R0.CustomerWSLaborLevelDetailHierarchy

Namespace: AppOne.Web.Service.Services.V1R0.Customer
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class WSLaborLevelDetailHierarchy : BaseService

The WSLaborLevelDetailHierarchy type exposes the following members.

Methods
 NameDescription
Public methodCode exampleLaborLevelDetailHierarchyAdd Add a new LaborLevelDetailHierarchyAddModel to the hierarchy tree and returns true upon success.
Public methodLaborLevelDetailHierarchyDelete Deletes a LaborLevelDetailHierarchyDeleteModel from the hierarchy tree and returns true upon success.
Public methodLaborLevelDetailHierarchyGetAll Gets all labor level details as a List<LaborLevelDetailHierarchyModel> collection
Public methodCode exampleLaborLevelDetailHierarchyGetByID Gets a single LaborLevelDetailHierarchyModel by its ID
Top
Remarks
Note  Note
Setup:
Configuration > Labor Levels > Hierarchy
Business Rules:
Labor level details (LaborLevelDetailModel) are children of labor levels (LaborLevelModel) and are read-only items that are a fixed system record. Labor level detail hierarchies are a way it which labor level details can be added together to create a tree.
Caution note  Caution
Labor levels (LaborLevelModel) and labor level details (LaborLevelDetailModel) are not the same. Labor level details LaborLevelDetailModel are children of a particular labor level (LaborLevelModel) and labor levels are read-only items that are a fixed system record.

In order for labor level hierarchies to work in your account the setting must be enabled in the configuration menu. This setting is not enabled by default when a new customer is setup.
See Also