C# 클래스 Habanero.Faces.Base.StringStaticFilter

This allows the developer to set a filter that is always applied and is not modifiable by or visible to the end user. For example this can be used to show only the Non Archived users.
상속: ICustomFilter
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void

Clears the IDateRangeComboBox of its value

GetFilterClause ( IFilterClauseFactory filterClauseFactory ) : IFilterClause

Returns the filter clause for this control

StringStaticFilter ( string propertyName, FilterClauseOperator filterClauseOperator, string constantvalue ) : System

Constructor for StringStaticFilter

비공개 메소드들

메소드 설명
ToPreventCompilerWarning ( ) : void

메소드 상세

Clear() 공개 메소드

Clears the IDateRangeComboBox of its value
public Clear ( ) : void
리턴 void

GetFilterClause() 공개 메소드

Returns the filter clause for this control
public GetFilterClause ( IFilterClauseFactory filterClauseFactory ) : IFilterClause
filterClauseFactory IFilterClauseFactory
리턴 IFilterClause

StringStaticFilter() 공개 메소드

Constructor for StringStaticFilter
public StringStaticFilter ( string propertyName, FilterClauseOperator filterClauseOperator, string constantvalue ) : System
propertyName string
filterClauseOperator FilterClauseOperator
constantvalue string The Constant Value that is being used in this filter
리턴 System