ISearchResult

Assembly: BISearch;

Namespace: Prognoz.Platform.Interop.BISearch;

Description

The ISearchResult interface contains basic properties of record with search results.

Inheritance Hierarchy

ISearchResult

Comments

Search results return the ISearchResults.Item property.

This interface is basic for the following interfaces:

Properties

  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:

BISearch Assembly Interfaces