PagingPredicate MethodsHazelcast .Net Client Class Library

The PagingPredicate type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetFactoryId
Public methodGetHashCode
Serves as a hash function for a particular type.
(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
Gets the Type of the current instance.
(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
Returns a string that represents the current object.
(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

Reference