C# Class Hazelcast.Core.Predicates

Helper mothod for creating builtin predicates
Afficher le fichier Open project: hazelcast/hazelcast-csharp-client

Méthodes publiques

Méthode Description
And ( ) : AndPredicate
False ( ) : FalsePredicate
IsBetween ( string attributeName, object from, object to ) : BetweenPredicate
IsEqual ( string attributeName, object value ) : EqualPredicate
IsGreaterThan ( string attributeName, object value ) : GreaterLessPredicate
IsGreaterThanOrEqual ( string attributeName, object value ) : GreaterLessPredicate
IsILike ( string attributeName, string expression ) : ILikePredicate
IsIn ( string attributeName ) : InPredicate
IsLessThan ( string attributeName, object value ) : GreaterLessPredicate
IsLessThanOrEqual ( string attributeName, object value ) : GreaterLessPredicate
IsLike ( string attributeName, string expression ) : LikePredicate
IsNotEqual ( string attributeName, object value ) : NotEqualPredicate
MatchesRegex ( string attributeName, string regex ) : RegexPredicate
Not ( IPredicate predicate ) : NotPredicate
Or ( ) : OrPredicate
Sql ( string sql ) : SqlPredicate
True ( ) : TruePredicate

Method Details

And() public static méthode

public static And ( ) : AndPredicate
Résultat AndPredicate

False() public static méthode

public static False ( ) : FalsePredicate
Résultat FalsePredicate

IsBetween() public static méthode

public static IsBetween ( string attributeName, object from, object to ) : BetweenPredicate
attributeName string
from object
to object
Résultat BetweenPredicate

IsEqual() public static méthode

public static IsEqual ( string attributeName, object value ) : EqualPredicate
attributeName string
value object
Résultat EqualPredicate

IsGreaterThan() public static méthode

public static IsGreaterThan ( string attributeName, object value ) : GreaterLessPredicate
attributeName string
value object
Résultat GreaterLessPredicate

IsGreaterThanOrEqual() public static méthode

public static IsGreaterThanOrEqual ( string attributeName, object value ) : GreaterLessPredicate
attributeName string
value object
Résultat GreaterLessPredicate

IsILike() public static méthode

public static IsILike ( string attributeName, string expression ) : ILikePredicate
attributeName string
expression string
Résultat ILikePredicate

IsIn() public static méthode

public static IsIn ( string attributeName ) : InPredicate
attributeName string
Résultat InPredicate

IsLessThan() public static méthode

public static IsLessThan ( string attributeName, object value ) : GreaterLessPredicate
attributeName string
value object
Résultat GreaterLessPredicate

IsLessThanOrEqual() public static méthode

public static IsLessThanOrEqual ( string attributeName, object value ) : GreaterLessPredicate
attributeName string
value object
Résultat GreaterLessPredicate

IsLike() public static méthode

public static IsLike ( string attributeName, string expression ) : LikePredicate
attributeName string
expression string
Résultat LikePredicate

IsNotEqual() public static méthode

public static IsNotEqual ( string attributeName, object value ) : NotEqualPredicate
attributeName string
value object
Résultat NotEqualPredicate

MatchesRegex() public static méthode

public static MatchesRegex ( string attributeName, string regex ) : RegexPredicate
attributeName string
regex string
Résultat RegexPredicate

Not() public static méthode

public static Not ( IPredicate predicate ) : NotPredicate
predicate IPredicate
Résultat NotPredicate

Or() public static méthode

public static Or ( ) : OrPredicate
Résultat OrPredicate

Sql() public static méthode

public static Sql ( string sql ) : SqlPredicate
sql string
Résultat SqlPredicate

True() public static méthode

public static True ( ) : TruePredicate
Résultat TruePredicate