Click or drag to resize

LaborLevelDetailHierarchyModelChildren Property

Gets or sets a List<LaborLevelDetailHierarchyModel> collection

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public List<LaborLevelDetailHierarchyModel> Children { get; set; }

Property Value

ListLaborLevelDetailHierarchyModel
Remarks
This field holds the list of labor level details that falls under this labor level detail in the labor level hierarchy
See Also