Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISearchResults interface contains basic properties to work with collection of search results.
ISearchResults
The ISearchExecutor.Search method returns search results.
This interface is basic for the ISolrSearchResults interface.
| Property name | Brief description | |
| Count | The Count property returns number of loaded search results. | |
| Item | The Item property returns selected record with search results. | |
| TotalCount | The TotalCount property returns total number of records with search results. |
See also: