Esempio n. 1
0
        public void SearchByType()
        {
            SearchDetail <T> details = SearchSettings.GetSearchDetailsFor <T>();

            if (details == null)
            {
                throw new NullReferenceException("Could not find SearchSettings for type " + typeof(T));
            }

            SearchByDetail(details);
        }