コード例 #1
0
 public SlicedListHelper(SlicedListParams props, string action)
 {
     Page      = props;
     ActionRef = action;
 }
コード例 #2
0
 public SlicedList(IList <T> list, string filter, int index, int size, int total, int links)
 {
     Items      = list;
     Properties = new SlicedListParams(filter, index, size, total, links, size - list.Count);
 }