Click or drag to resize
HyperCubePager Class
A class providing a paging interface for a hypercube.
Inheritance Hierarchy

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public class HyperCubePager : DataPager

The HyperCubePager type exposes the following members.

Constructors
  NameDescription
Public methodHyperCubePager
Creates a new HyperCubePager.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from DataPager.)
Public methodGetData
Return data for CurrentPages.
(Inherited from DataPager.)
Public methodGetData(IEnumerableNxPage)
Return data for the argument pages, or from CurrentPages if no page argument is provided.
(Inherited from DataPager.)
Public methodGetData(FuncIEnumerableNxPage, IEnumerableNxPage)
Move CurrentPages according to transform and retrieve data from the resulting pages.
(Inherited from DataPager.)
Public methodGetDataAsync
Return data for CurrentPages.
(Inherited from DataPager.)
Public methodGetDataAsync(AsyncHandle)
Return data for CurrentPages.
(Inherited from DataPager.)
Public methodGetDataAsync(IEnumerableNxPage)
Return data for the argument pages, or from CurrentPages if no page argument is provided.
(Inherited from DataPager.)
Public methodGetDataAsync(FuncIEnumerableNxPage, IEnumerableNxPage)
Move CurrentPages according to transform and retrieve data from the resulting pages.
(Inherited from DataPager.)
Public methodGetDataAsync(AsyncHandle, IEnumerableNxPage)
Return data for the argument pages, or from CurrentPages if no page argument is provided.
(Inherited from DataPager.)
Public methodGetDataAsync(AsyncHandle, FuncIEnumerableNxPage, IEnumerableNxPage)
Move CurrentPages according to transform and retrieve data from the resulting pages.
(Inherited from DataPager.)
Public methodGetFirstPage
Move CurrentPages to the first page and return the data.
(Inherited from DataPager.)
Public methodGetFirstPageAsync
Move CurrentPages to the first page and return the data.
(Inherited from DataPager.)
Public methodGetFirstPageAsync(AsyncHandle)
Move CurrentPages to the first page and return the data.
(Inherited from DataPager.)
Public methodGetInitialData
Get data as defined by the InitialDataFetch setting.
(Inherited from DataPager.)
Public methodGetInitialDataAsync
Get data as defined by the InitialDataFetch setting.
(Inherited from DataPager.)
Public methodGetInitialDataAsync(AsyncHandle)
Get data as defined by the InitialDataFetch setting.
(Inherited from DataPager.)
Public methodGetLastPage
Move CurrentPages to the last page and return the data.
(Inherited from DataPager.)
Public methodGetLastPageAsync
Move CurrentPages to the last page and return the data.
(Inherited from DataPager.)
Public methodGetLastPageAsync(AsyncHandle)
Move CurrentPages to the last page and return the data.
(Inherited from DataPager.)
Public methodGetNextPage
Move CurrentPages to the next page and return the data.
(Inherited from DataPager.)
Public methodGetNextPageAsync
Move CurrentPages to the next page and return the data.
(Inherited from DataPager.)
Public methodGetNextPageAsync(AsyncHandle)
Move CurrentPages to the next page and return the data.
(Inherited from DataPager.)
Public methodGetPreviousPage
Move CurrentPages to the previous page and return the data.
(Inherited from DataPager.)
Public methodGetPreviousPageAsync
Move CurrentPages to the previous page and return the data.
(Inherited from DataPager.)
Public methodGetPreviousPageAsync(AsyncHandle)
Move CurrentPages to the previous page and return the data.
(Inherited from DataPager.)
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.
(Inherited from DataPager.)
Public methodMoveCurrentPages
Move CurrentPages according to transform without getting data.
(Inherited from DataPager.)
Top
Fields
  NameDescription
Public fieldPath
The property path to the pageable structure that the data pager provides an interface for.
(Inherited from DataPager.)
Top
Properties
  NameDescription
Public propertyAtEdge
Return true for all pages that are at the edge of the data table.
(Inherited from DataPager.)
Public propertyAtEdgeBottom
Return true for all pages that are at the bottom edge of the data table.
(Inherited from DataPager.)
Public propertyAtEdgeLeft
Return true for all pages that are at the left edge of the data table.
(Inherited from DataPager.)
Public propertyAtEdgeRight
Return true for all pages that are at the right edge of the data table.
(Inherited from DataPager.)
Public propertyAtEdgeTop
Return true for all pages that are at the top edge of the data table.
(Inherited from DataPager.)
Public propertyCurrentPages
The current set of pages.
(Inherited from DataPager.)
Public propertyNumberOfColumns
The total number of columns in the data table.
(Inherited from DataPager.)
Public propertyNumberOfRows
The total number of rows in the data table.
(Inherited from DataPager.)
Public propertyOutsideEdge
Return true for all pages that are completely outside the edge of the data table.
(Inherited from DataPager.)
Top
Events
  NameDescription
Public eventChanged
This event fires either when the CurrentPages changes, or the generic object the pager observes notifies a change.
(Inherited from DataPager.)
Top
See Also