C# 클래스 BExIS.Ddm.Model.SearchCriteria

파일 보기 프로젝트 열기: BEXIS2/Core 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void

ContainsCategory ( Category category ) : bool

Check if aTextValue in SerachCriteriaList This function is used to check whether an text is present in the list.

ContainsFacet ( Facet facet ) : bool

Check if facet in SerachCriteriaList This function is used to check whether an facet is present in the list.

ContainsProperty ( Property Property ) : bool

Check if Property in SerachCriteriaList This function is used to check whether an property is present in the list.

ContainsSearchCriterion ( string name, bool multiselect ) : bool

ContainsSearchCriterion ( string name, string value ) : bool

ContainsSearchCriterion ( string name, string value, SearchComponentBaseType type ) : bool

GetProperty ( string Name ) : Property

Check if Property in SerachCriteriaList This function is used to check whether an property is present in the list.

RemoveSearchCriteria ( string name, bool multiselect ) : void

RemoveValueOfSearchCriteria ( string name, string value ) : void

SearchCriteria ( ) : System

Update ( SearchComponentBase scb, List values, bool multiSelect = true, string valueSearchOperation = "OR" ) : void

Update a SearchCriterion with a list of values multiselect must be true

Update ( SearchComponentBase scb, string value, bool multiSelect = false, string valueSearchOperation = "OR" ) : void

Update a SearchCriterion with one value

비공개 메소드들

메소드 설명
ContainsSearchCriterion ( string name ) : bool

ContainsSearchCriterion ( string name, SearchComponentBaseType type ) : bool

Get ( string name, SearchComponentBaseType type ) : SearchCriterion

Get ( string name, bool multiselect ) : SearchCriterion

Get ( string name, string value ) : SearchCriterion

Get a SearchCriterion from SerachCriteriaList

Get a SearchCriterion from SerachCriteriaList

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ContainsCategory() 공개 메소드

Check if aTextValue in SerachCriteriaList This function is used to check whether an text is present in the list.
public ContainsCategory ( Category category ) : bool
category Category
리턴 bool

ContainsFacet() 공개 메소드

Check if facet in SerachCriteriaList This function is used to check whether an facet is present in the list.
public ContainsFacet ( Facet facet ) : bool
facet Facet
리턴 bool

ContainsProperty() 공개 메소드

Check if Property in SerachCriteriaList This function is used to check whether an property is present in the list.
public ContainsProperty ( Property Property ) : bool
Property Property
리턴 bool

ContainsSearchCriterion() 공개 메소드

public ContainsSearchCriterion ( string name, bool multiselect ) : bool
name string
multiselect bool
리턴 bool

ContainsSearchCriterion() 공개 메소드

public ContainsSearchCriterion ( string name, string value ) : bool
name string
value string
리턴 bool

ContainsSearchCriterion() 공개 메소드

public ContainsSearchCriterion ( string name, string value, SearchComponentBaseType type ) : bool
name string
value string
type SearchComponentBaseType
리턴 bool

GetProperty() 공개 메소드

Check if Property in SerachCriteriaList This function is used to check whether an property is present in the list.
public GetProperty ( string Name ) : Property
Name string
리턴 Property

RemoveSearchCriteria() 공개 메소드

public RemoveSearchCriteria ( string name, bool multiselect ) : void
name string
multiselect bool
리턴 void

RemoveValueOfSearchCriteria() 공개 메소드

public RemoveValueOfSearchCriteria ( string name, string value ) : void
name string
value string
리턴 void

SearchCriteria() 공개 메소드

public SearchCriteria ( ) : System
리턴 System

Update() 공개 메소드

Update a SearchCriterion with a list of values multiselect must be true
public Update ( SearchComponentBase scb, List values, bool multiSelect = true, string valueSearchOperation = "OR" ) : void
scb SearchComponentBase
values List
multiSelect bool
valueSearchOperation string
리턴 void

Update() 공개 메소드

Update a SearchCriterion with one value
public Update ( SearchComponentBase scb, string value, bool multiSelect = false, string valueSearchOperation = "OR" ) : void
scb SearchComponentBase
value string
multiSelect bool
valueSearchOperation string
리턴 void