/// <summary> /// Default to selecting ObjectID and ObjectType and sorting by DisplayName /// </summary> public SearchCriteria() { Selection = IdmNetUtils.EnsureDefaultSelectionPresent(null); Sorting = new Sorting(); }