C# Class Hazelcast.Core.InPredicate

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
InPredicate ( ) : System
InPredicate ( string attributeName ) : System
ReadData ( IObjectDataInput input ) : void
ToString ( ) : string
WriteData ( IObjectDataOutput output ) : void

Méthodes protégées

Méthode Description
Equals ( InPredicate other ) : bool

Method Details

Equals() protected méthode

protected Equals ( InPredicate other ) : bool
other InPredicate
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

InPredicate() public méthode

public InPredicate ( ) : System
Résultat System

InPredicate() public méthode

public InPredicate ( string attributeName ) : System
attributeName string
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