| DataPager Methods |
The DataPager type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| GetData |
Return data for CurrentPages.
| |
| GetData(IEnumerableNxPage) |
Return data for the argument pages, or from CurrentPages if no page argument is provided.
| |
| GetData(FuncIEnumerableNxPage, IEnumerableNxPage) |
Move CurrentPages according to transform and retrieve data from the resulting pages.
| |
| GetDataAsync |
Return data for CurrentPages.
| |
| GetDataAsync(AsyncHandle) |
Return data for CurrentPages.
| |
| GetDataAsync(IEnumerableNxPage) |
Return data for the argument pages, or from CurrentPages if no page argument is provided.
| |
| GetDataAsync(FuncIEnumerableNxPage, IEnumerableNxPage) |
Move CurrentPages according to transform and retrieve data from the resulting pages.
| |
| GetDataAsync(AsyncHandle, IEnumerableNxPage) |
Return data for the argument pages, or from CurrentPages if no page argument is provided.
| |
| GetDataAsync(AsyncHandle, FuncIEnumerableNxPage, IEnumerableNxPage) |
Move CurrentPages according to transform and retrieve data from the resulting pages.
| |
| GetFirstPage |
Move CurrentPages to the first page and return the data.
| |
| GetFirstPageAsync |
Move CurrentPages to the first page and return the data.
| |
| GetFirstPageAsync(AsyncHandle) |
Move CurrentPages to the first page and return the data.
| |
| GetInitialData |
Get data as defined by the InitialDataFetch setting.
| |
| GetInitialDataAsync |
Get data as defined by the InitialDataFetch setting.
| |
| GetInitialDataAsync(AsyncHandle) |
Get data as defined by the InitialDataFetch setting.
| |
| GetLastPage |
Move CurrentPages to the last page and return the data.
| |
| GetLastPageAsync |
Move CurrentPages to the last page and return the data.
| |
| GetLastPageAsync(AsyncHandle) |
Move CurrentPages to the last page and return the data.
| |
| GetNextPage |
Move CurrentPages to the next page and return the data.
| |
| GetNextPageAsync |
Move CurrentPages to the next page and return the data.
| |
| GetNextPageAsync(AsyncHandle) |
Move CurrentPages to the next page and return the data.
| |
| GetPreviousPage |
Move CurrentPages to the previous page and return the data.
| |
| GetPreviousPageAsync |
Move CurrentPages to the previous page and return the data.
| |
| GetPreviousPageAsync(AsyncHandle) |
Move CurrentPages to the previous page and return the data.
| |
| IteratePages |
Iterate through pages by repeatedly applying the argument transform and returning the data.
Application is performed until an iteration moves all pages outside the edge of the table.
| |
| MoveCurrentPages |
Move CurrentPages according to transform without getting data.
|