C# Class Hazelcast.Core.AndPredicate

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

Méthodes publiques

Méthode Description
AndPredicate ( ) : System
Equals ( object obj ) : bool
GetFactoryId ( ) : int
GetHashCode ( ) : int
GetId ( ) : int
ReadData ( IObjectDataInput input ) : void
ToString ( ) : string
WriteData ( IObjectDataOutput output ) : void

Méthodes protégées

Méthode Description
Equals ( AndPredicate other ) : bool

Method Details

AndPredicate() public méthode

public AndPredicate ( ) : System
Résultat System

Equals() protected méthode

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

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