LaborLevelDetailHierarchyAddModelParent Property |  |
Gets or sets Parent LaborLevelDetailID
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntaxpublic int Parent { get; set; }
function get_Parent();
function set_Parent(value);
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'.
Example1234
See Also