C# Class Hazelcast.Core.GreaterLessPredicate

Inheritance: IPredicate
Datei anzeigen Open project: hazelcast/hazelcast-csharp-client Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetFactoryId ( ) : int
GetHashCode ( ) : int
GetId ( ) : int
GreaterLessPredicate ( ) : System
GreaterLessPredicate ( string attributeName, object value, bool isEqual, bool isLess ) : System
ReadData ( IObjectDataInput input ) : void
ToString ( ) : string
WriteData ( IObjectDataOutput output ) : void

Protected Methods

Method Description
Equals ( GreaterLessPredicate other ) : bool

Method Details

Equals() protected method

protected Equals ( GreaterLessPredicate other ) : bool
other GreaterLessPredicate
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetFactoryId() public method

public GetFactoryId ( ) : int
return int

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetId() public method

public GetId ( ) : int
return int

GreaterLessPredicate() public method

public GreaterLessPredicate ( ) : System
return System

GreaterLessPredicate() public method

public GreaterLessPredicate ( string attributeName, object value, bool isEqual, bool isLess ) : System
attributeName string
value object
isEqual bool
isLess bool
return System

ReadData() public method

public ReadData ( IObjectDataInput input ) : void
input IObjectDataInput
return void

ToString() public method

public ToString ( ) : string
return string

WriteData() public method

public WriteData ( IObjectDataOutput output ) : void
output IObjectDataOutput
return void