Class PagingList<T>
Represents a resulting list of items used in lists methods.
public class PagingList<T>
Type Parameters
TResource type.
- Inheritance
-
PagingList<T>
- Inherited Members
Properties
ReadItems
Resulting items listed according to the paging parameters passed to a method.
public List<T> ReadItems { get; set; }
Property Value
- List<T>
TotalAvailable
Total number of all items available to list.
public long TotalAvailable { get; set; }