Method | Description | |
---|---|---|
Clear ( ) : void |
|
|
ContainsCategory ( |
Check if aTextValue in SerachCriteriaList This function is used to check whether an text is present in the list.
|
|
ContainsFacet ( |
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 ( |
Update a SearchCriterion with a list of values multiselect must be true
|
|
Update ( |
Update a SearchCriterion with one value
|
Method | Description | |
---|---|---|
ContainsSearchCriterion ( string name ) : bool |
|
|
ContainsSearchCriterion ( string name, SearchComponentBaseType type ) : bool |
|
|
Get ( string name, SearchComponentBaseType type ) : |
|
|
Get ( string name, bool multiselect ) : |
|
|
Get ( string name, string value ) : |
Get a SearchCriterion from SerachCriteriaList Get a SearchCriterion from SerachCriteriaList
|
public ContainsCategory ( |
||
category | ||
return | bool |
public ContainsProperty ( Property Property ) : bool | ||
Property | Property | |
return | bool |
public ContainsSearchCriterion ( string name, bool multiselect ) : bool | ||
name | string | |
multiselect | bool | |
return | bool |
public ContainsSearchCriterion ( string name, string value ) : bool | ||
name | string | |
value | string | |
return | bool |
public ContainsSearchCriterion ( string name, string value, SearchComponentBaseType type ) : bool | ||
name | string | |
value | string | |
type | SearchComponentBaseType | |
return | bool |
public GetProperty ( string Name ) : Property | ||
Name | string | |
return | Property |
public RemoveSearchCriteria ( string name, bool multiselect ) : void | ||
name | string | |
multiselect | bool | |
return | void |
public RemoveValueOfSearchCriteria ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public Update ( |
||
scb | ||
values | List |
|
multiSelect | bool | |
valueSearchOperation | string | |
return | void |
public Update ( |
||
scb | ||
value | string | |
multiSelect | bool | |
valueSearchOperation | string | |
return | void |