C# Class Hazelcast.Core.GreaterLessPredicate

Inheritance: IPredicate
Afficher le fichier Open project: hazelcast/hazelcast-csharp-client Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Equals ( GreaterLessPredicate other ) : bool

Method Details

Equals() protected méthode

protected Equals ( GreaterLessPredicate other ) : bool
other GreaterLessPredicate
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetFactoryId() public méthode

public GetFactoryId ( ) : int
Résultat int

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetId() public méthode

public GetId ( ) : int
Résultat int

GreaterLessPredicate() public méthode

public GreaterLessPredicate ( ) : System
Résultat System

GreaterLessPredicate() public méthode

public GreaterLessPredicate ( string attributeName, object value, bool isEqual, bool isLess ) : System
attributeName string
value object
isEqual bool
isLess bool
Résultat System

ReadData() public méthode

public ReadData ( IObjectDataInput input ) : void
input IObjectDataInput
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

WriteData() public méthode

public WriteData ( IObjectDataOutput output ) : void
output IObjectDataOutput
Résultat void