Click or drag to resize

LaborLevelDetailHierarchyAddModelParent Property

Gets or sets Parent LaborLevelDetailID

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public int Parent { get; set; }

Property Value

Int32
Remarks
The Parent identity is an integer value of the labor level detail ID under which the new child labor level detail has to be added. If labor level detail needs to be a root node then use '0'.
Example
1234
See Also