C# Class Hazelcast.Core.LikePredicate

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

Protected Properties

Свойство Type Description
AttributeName string
Expression string

Méthodes publiques

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

Méthodes protégées

Méthode Description
Equals ( LikePredicate other ) : bool

Method Details

Equals() protected méthode

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

LikePredicate() public méthode

public LikePredicate ( ) : System
Résultat System

LikePredicate() public méthode

public LikePredicate ( string attributeName, string expression ) : System
attributeName string
expression 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

Property Details

AttributeName protected_oe property

protected string AttributeName
Résultat string

Expression protected_oe property

protected string Expression
Résultat string