Inheritance Hierarchy
Hazelcast.CoreGreaterLessPredicate
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.0.1
Syntax
The GreaterLessPredicate type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| GreaterLessPredicate | Initializes a new instance of the GreaterLessPredicate class | |
| GreaterLessPredicate(String, Object, Boolean, Boolean) | Initializes a new instance of the GreaterLessPredicate class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Overrides ObjectEquals(Object).) | |
| GetFactoryId | ||
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| GetId | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ReadData | ||
| ToString | (Overrides ObjectToString.) | |
| WriteData |
Extension Methods
| Name | Description | |
|---|---|---|
| And | (Defined by PredicateExt.) | |
| Not | (Defined by PredicateExt.) | |
| Or | (Defined by PredicateExt.) |
See Also