Click or drag to resize

PagingPredicate Methods

The PagingPredicate type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetFactoryId
Public methodGetHashCode (Inherited from Object.)
Public methodGetId
Public methodGetNearestAnchorEntry
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
Public methodGetType (Inherited from Object.)
Public methodNextPage
sets the page value to next page
Public methodPreviousPage
sets the page value to previous page
Public methodReadData
Public methodReset
resets for reuse
Public methodToString (Inherited from Object.)
Public methodWriteData
Top
Extension Methods
  NameDescription
Public Extension MethodAnd (Defined by PredicateExt.)
Public Extension MethodNot (Defined by PredicateExt.)
Public Extension MethodOr (Defined by PredicateExt.)
Top
See Also