C# Класс Hazelcast.Core.Predicates

Helper mothod for creating builtin predicates
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

And() публичный статический Метод

public static And ( ) : AndPredicate
Результат AndPredicate

False() публичный статический Метод

public static False ( ) : FalsePredicate
Результат FalsePredicate

IsBetween() публичный статический Метод

public static IsBetween ( string attributeName, object from, object to ) : BetweenPredicate
attributeName string
from object
to object
Результат BetweenPredicate

IsEqual() публичный статический Метод

public static IsEqual ( string attributeName, object value ) : EqualPredicate
attributeName string
value object
Результат EqualPredicate

IsGreaterThan() публичный статический Метод

public static IsGreaterThan ( string attributeName, object value ) : GreaterLessPredicate
attributeName string
value object
Результат GreaterLessPredicate

IsGreaterThanOrEqual() публичный статический Метод

public static IsGreaterThanOrEqual ( string attributeName, object value ) : GreaterLessPredicate
attributeName string
value object
Результат GreaterLessPredicate

IsILike() публичный статический Метод

public static IsILike ( string attributeName, string expression ) : ILikePredicate
attributeName string
expression string
Результат ILikePredicate

IsIn() публичный статический Метод

public static IsIn ( string attributeName ) : InPredicate
attributeName string
Результат InPredicate

IsLessThan() публичный статический Метод

public static IsLessThan ( string attributeName, object value ) : GreaterLessPredicate
attributeName string
value object
Результат GreaterLessPredicate

IsLessThanOrEqual() публичный статический Метод

public static IsLessThanOrEqual ( string attributeName, object value ) : GreaterLessPredicate
attributeName string
value object
Результат GreaterLessPredicate

IsLike() публичный статический Метод

public static IsLike ( string attributeName, string expression ) : LikePredicate
attributeName string
expression string
Результат LikePredicate

IsNotEqual() публичный статический Метод

public static IsNotEqual ( string attributeName, object value ) : NotEqualPredicate
attributeName string
value object
Результат NotEqualPredicate

MatchesRegex() публичный статический Метод

public static MatchesRegex ( string attributeName, string regex ) : RegexPredicate
attributeName string
regex string
Результат RegexPredicate

Not() публичный статический Метод

public static Not ( IPredicate predicate ) : NotPredicate
predicate IPredicate
Результат NotPredicate

Or() публичный статический Метод

public static Or ( ) : OrPredicate
Результат OrPredicate

Sql() публичный статический Метод

public static Sql ( string sql ) : SqlPredicate
sql string
Результат SqlPredicate

True() публичный статический Метод

public static True ( ) : TruePredicate
Результат TruePredicate