C# 클래스 SpeakFriend.Utilities.ConditionString

상속: Condition
파일 보기 프로젝트 열기: teamaton/speak-lib 1 사용 예제들

공개 메소드들

메소드 설명
AddToCriteria ( ICriteria criteria ) : void
AddToDisjunction ( NHibernate.Criterion.Disjunction disjunction ) : void
ConditionString ( ConditionContainer conditions, string propertyName ) : System
EqualTo ( string value ) : void

Sets the filter to given value

GetCriterion ( ) : ICriterion
GetString ( ) : string
IsActiveFilter ( ) : bool
IsNullOrEmpty ( ) : bool

Sets the condition to find empty/ not defined values

Like ( string value ) : void
NotNullOrEmpty ( ) : void
NullOrEmpty ( ) : void

Sets the filter to empty or null

OrLikeCaseIns ( string value ) : ConditionString
Reset ( ) : void

Setzt alle Werte des Filters zurück.

비공개 메소드들

메소드 설명
GetLikeRestriction ( string value, bool caseInsensitive ) : ICriterion
IsValid ( string value ) : bool
RemoveIfInvalid ( string value ) : bool
ResetAndAddUnique ( ) : void

메소드 상세

AddToCriteria() 공개 메소드

public AddToCriteria ( ICriteria criteria ) : void
criteria ICriteria
리턴 void

AddToDisjunction() 공개 메소드

public AddToDisjunction ( NHibernate.Criterion.Disjunction disjunction ) : void
disjunction NHibernate.Criterion.Disjunction
리턴 void

ConditionString() 공개 메소드

public ConditionString ( ConditionContainer conditions, string propertyName ) : System
conditions ConditionContainer
propertyName string
리턴 System

EqualTo() 공개 메소드

Sets the filter to given value
public EqualTo ( string value ) : void
value string
리턴 void

GetCriterion() 공개 메소드

public GetCriterion ( ) : ICriterion
리턴 ICriterion

GetString() 공개 메소드

public GetString ( ) : string
리턴 string

IsActiveFilter() 공개 메소드

public IsActiveFilter ( ) : bool
리턴 bool

IsNullOrEmpty() 공개 메소드

Sets the condition to find empty/ not defined values
public IsNullOrEmpty ( ) : bool
리턴 bool

Like() 공개 메소드

public Like ( string value ) : void
value string
리턴 void

NotNullOrEmpty() 공개 메소드

public NotNullOrEmpty ( ) : void
리턴 void

NullOrEmpty() 공개 메소드

Sets the filter to empty or null
public NullOrEmpty ( ) : void
리턴 void

OrLikeCaseIns() 공개 메소드

public OrLikeCaseIns ( string value ) : ConditionString
value string
리턴 ConditionString

Reset() 공개 메소드

Setzt alle Werte des Filters zurück.
public Reset ( ) : void
리턴 void