LaborLevelDetailHierarchyAddModelChild Property | |
Gets or sets Child LaborLevelDetailID
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int Child { get; set; }
function get_Child();
function set_Child(value);
Property Value
Int32Remarks
This Child identity is an integer value of the labor level detail ID which is being added to the labor level hierarchy. This value is the actual labor level that is added to the tree.
Example 1235
See Also