Click or drag to resize

PredicateProperty Class

Inheritance Hierarchy
SystemObject
  Hazelcast.CorePredicateProperty

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public class PredicateProperty

The PredicateProperty type exposes the following members.

Constructors
  NameDescription
Public methodPredicateProperty
Initializes a new instance of the PredicateProperty class
Top
Properties
  NameDescription
Public propertyProperty
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodBetween (Defined by PredicateExt.)
Public Extension MethodEqual (Defined by PredicateExt.)
Public Extension MethodGreaterThan (Defined by PredicateExt.)
Public Extension MethodGreaterThanOrEqual (Defined by PredicateExt.)
Public Extension MethodILike (Defined by PredicateExt.)
Public Extension MethodIn (Defined by PredicateExt.)
Public Extension MethodLessThan (Defined by PredicateExt.)
Public Extension MethodLessThanOrEqual (Defined by PredicateExt.)
Public Extension MethodLike (Defined by PredicateExt.)
Public Extension MethodMatchesRegex (Defined by PredicateExt.)
Public Extension MethodNotEqual (Defined by PredicateExt.)
Top
See Also