Click or drag to resize
DataPager Methods

The DataPager type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodGetData
Return data for CurrentPages.
Public methodGetData(IEnumerableNxPage)
Return data for the argument pages, or from CurrentPages if no page argument is provided.
Public methodGetData(FuncIEnumerableNxPage, IEnumerableNxPage)
Move CurrentPages according to transform and retrieve data from the resulting pages.
Public methodGetDataAsync
Return data for CurrentPages.
Public methodGetDataAsync(AsyncHandle)
Return data for CurrentPages.
Public methodGetDataAsync(IEnumerableNxPage)
Return data for the argument pages, or from CurrentPages if no page argument is provided.
Public methodGetDataAsync(FuncIEnumerableNxPage, IEnumerableNxPage)
Move CurrentPages according to transform and retrieve data from the resulting pages.
Public methodGetDataAsync(AsyncHandle, IEnumerableNxPage)
Return data for the argument pages, or from CurrentPages if no page argument is provided.
Public methodGetDataAsync(AsyncHandle, FuncIEnumerableNxPage, IEnumerableNxPage)
Move CurrentPages according to transform and retrieve data from the resulting pages.
Public methodGetFirstPage
Move CurrentPages to the first page and return the data.
Public methodGetFirstPageAsync
Move CurrentPages to the first page and return the data.
Public methodGetFirstPageAsync(AsyncHandle)
Move CurrentPages to the first page and return the data.
Public methodGetInitialData
Get data as defined by the InitialDataFetch setting.
Public methodGetInitialDataAsync
Get data as defined by the InitialDataFetch setting.
Public methodGetInitialDataAsync(AsyncHandle)
Get data as defined by the InitialDataFetch setting.
Public methodGetLastPage
Move CurrentPages to the last page and return the data.
Public methodGetLastPageAsync
Move CurrentPages to the last page and return the data.
Public methodGetLastPageAsync(AsyncHandle)
Move CurrentPages to the last page and return the data.
Public methodGetNextPage
Move CurrentPages to the next page and return the data.
Public methodGetNextPageAsync
Move CurrentPages to the next page and return the data.
Public methodGetNextPageAsync(AsyncHandle)
Move CurrentPages to the next page and return the data.
Public methodGetPreviousPage
Move CurrentPages to the previous page and return the data.
Public methodGetPreviousPageAsync
Move CurrentPages to the previous page and return the data.
Public methodGetPreviousPageAsync(AsyncHandle)
Move CurrentPages to the previous page and return the data.
Public methodIteratePages
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.
Public methodMoveCurrentPages
Move CurrentPages according to transform without getting data.
Top
See Also