Click or drag to resize

ServiceRouterLaborLevelDetailHierarchyDelete Method

Deletes a LaborLevelDetailHierarchyDeleteModel from the hierarchy tree and returns true upon success.

Namespace: AppOne.Web.Service.Services.V1R0
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public bool LaborLevelDetailHierarchyDelete(
	LaborLevelDetailHierarchyDeleteModel labor
)

Parameters

labor  LaborLevelDetailHierarchyDeleteModel
A new LaborLevelDetailHierarchyDeleteModel object

Return Value

Boolean
True if the labor level detail was removed from the tree.
Remarks
Use this method to delete a labor level hierarchy node from the hierarchy tree by specifying the node via the child element.

Note  Note
This method will only remove the item from the hierarchy tree, the labor level detail itself is not flagged as LaborLevelDetailModel.IsDeleted
See Also