BExIS.Ddm.Model.SearchComponent.SearchComponent C# (CSharp) Метод

SearchComponent() публичный Метод

represents the search components of the search UI
public SearchComponent ( ) : System
Результат System
        public SearchComponent()
        {
            this.Categories = new List<Category>();
            this.Properties = new List<Property>();
            this.Facets = new List<Facet>();
            this.TextBoxSearchValues = new List<TextValue>();
        }