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