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>();
        }