예제 #1
0
 public GroupChildrenAttribute(GroupChildrenMode groupBy)
 {
     GroupBy             = groupBy;
     AllowDirectQuery    = true;
     PageSize            = 25;
     StartPagingTreshold = 100;
     DaysBeforeArchived  = 365;
 }
예제 #2
0
 public GroupChildrenAttribute(GroupChildrenMode groupBy)
 {
     GroupBy              = groupBy;
     AllowDirectQuery     = true;
     GroupingPropertyName = "Title";
     SortChildren         = SortChildren.Ascending;
     PageSize             = 25;
     StartPagingTreshold  = 100;
     DaysBeforeArchived   = 365;
     MinGroupSize         = 1;
 }