PredicateOptions Class
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Represents a predicate configuration.
public class PredicateOptions : IIdentifiedDataSerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
PredicateOptions() | Initializes a new instance of the PredicateOptions class. |
PredicateOptions(PredicateOptions) | Initializes a new instance of the PredicateOptions class. |
PredicateOptions(string) | Initializes a new instance of the PredicateOptions class. |
Properties
Name | Description |
---|---|
ClassId | Gets the identifier of the class. |
ClassName | Gets the sets the name of the class of the predicate. |
FactoryId | Gets the identifier of the IDataSerializableFactory that can create instances of the class. |
Sql | Gets or sets the sql string. |
Methods
Name | Description |
---|---|
ReadData(IObjectDataInput) | Deserializes the object by reading from an IObjectDataInput. |
ToString() | Returns a string that represents the current object. |
WriteData(IObjectDataOutput) | Serializes the object by writing to an IObjectDataOutput. |