Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISolrFilterConditions interface contains properties and methods to work with collection of search results filtering conditions.
ISolrFilterConditions
The ISolrFilterCondition.Nested property returns collection of filtering conditions.
| Property name | Brief description | |
| Count | The Count property returns number of filtering conditions in collection. | |
| Item | The Item property returns parameters of the specified filtering condition. |
| Method name | Brief description | |
| Add | The Add method adds filtering condition to the collection and returns its parameters. | |
| Clear | The Clear method removes all filtering conditions from collection. | |
| Remove | The Remove method removes filtering condition by index and returns the attribute that removing was successful. |
See also: