PartitionPredicate Class | 
Namespace: Hazelcast.Core
The PartitionPredicate type exposes the following members.
| Name | Description | |
|---|---|---|
| PartitionPredicate | Initializes a new instance of the PartitionPredicate class  | |
| PartitionPredicate(Object, IPredicate) | Initializes a new instance of the PartitionPredicate class  | 
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| GetFactoryId | ||
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetId | ||
| GetPartitionKey | 
            Returns the partition key that determines the partition the target Predicate is going to execute on
              | |
| GetTarget | 
            Returns the predicate that will run on target partition
              | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| ReadData | ||
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | |
| WriteData | 
| Name | Description | |
|---|---|---|
| And | (Defined by PredicateExt.) | |
| Not | (Defined by PredicateExt.) | |
| Or | (Defined by PredicateExt.) |