BExIS.Ddm.Model.SearchModel.SearchModel C# (CSharp) Method

SearchModel() public method

public SearchModel ( ) : System.Collections.Generic
return System.Collections.Generic
        public SearchModel()
        {
            this.SearchComponent = new SearchComponent();
            this.CriteriaComponent = new SearchCriteria();
            this.ResultComponent = new SearchResult();
        }