BISearch > BISearch Assembly Interfaces > ISearchResult
Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISearchResult interface contains base properties of record with search results.
ISearchResult
Search results are returned by the ISearchResults.Item property.
This interface is a base one for the following interfaces:
Property name | Brief description | |
![]() |
Description | The Description property returns data source description. |
![]() |
HighlightedDescription | The HighlightedDescription property returns description of data source with highlighted search text in it. |
![]() |
HighlightedName | The HighlightedName property returns element name with search results and highlighted search text in it. |
![]() |
Name | The Name property returns element name with search result. |
See also: