C# 클래스 Hazelcast.Core.Predicates

Helper mothod for creating builtin predicates
파일 보기 프로젝트 열기: hazelcast/hazelcast-csharp-client

공개 메소드들

메소드 설명
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