BExIS.Ddm.Model.SearchModel.SearchModel C# (CSharp) Méthode

SearchModel() public méthode

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