Method | Description | |
---|---|---|
SearchModel ( ) : System.Collections.Generic |
|
|
UpdateSearchCriteria ( string name, List |
|
|
UpdateSearchCriteria ( string name, string value, SearchComponentBaseType typeOf, bool multiSelect = false, bool range = false, string valueSearchOperation = "OR" ) : void |
|
public SearchModel ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public UpdateSearchCriteria ( string name, List |
||
name | string | |
values | List |
|
typeOf | SearchComponentBaseType | |
multiSelect | bool | |
range | bool | |
valueSearchOperation | string | |
return | void |
public UpdateSearchCriteria ( string name, string value, SearchComponentBaseType typeOf, bool multiSelect = false, bool range = false, string valueSearchOperation = "OR" ) : void | ||
name | string | |
value | string | |
typeOf | SearchComponentBaseType | |
multiSelect | bool | |
range | bool | |
valueSearchOperation | string | |
return | void |