PagingPredicate Methods |
The PagingPredicate type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetFactoryId | ||
GetHashCode | (Inherited from Object.) | |
GetId | ||
GetNearestAnchorEntry |
After each query, an anchor entry is set for that page. SetAnchor``2(Int32, UMP, UMP)
For the next query user may set an arbitrary Page.
for example: user queried first 5 pages which means first 5 anchor is available
if the next query is for the 10th page then the nearest anchor belongs to page 5
but if the next query is for the 3nd page then the nearest anchor belongs to page 2
| |
GetType | (Inherited from Object.) | |
NextPage |
sets the page value to next page
| |
PreviousPage |
sets the page value to previous page
| |
ReadData | ||
Reset |
resets for reuse
| |
ToString | (Inherited from Object.) | |
WriteData |
Name | Description | |
---|---|---|
And | (Defined by PredicateExt.) | |
Not | (Defined by PredicateExt.) | |
Or | (Defined by PredicateExt.) |