public class PagedResult<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
NumberOfPages |
String |
OrderDirection |
int |
PageNumber |
int |
PageSize |
int |
RecordsOnThisPage |
T[] |
Results |
String |
ResultsOrderedBy |
int |
TotalNumberOfRecords |
| Constructor and Description |
|---|
PagedResult() |
public T[] Results
public String ResultsOrderedBy
public String OrderDirection
public int PageNumber
public int PageSize
public int RecordsOnThisPage
public int TotalNumberOfRecords
public int NumberOfPages
Copyright © 2013. All Rights Reserved.