ISearchMbObjectResult

Assembly: BISearch;

Description

The ISearchMbObjectResult interface contains properties of the record with search results by metadata of repository objects.

Inheritance Hierarchy

          ISearchResult

          ISearchMbObjectResult

Comments

On searching by repository object metadata,to get search result, cast the element described by the ISearchResult interface to the ISearchMbObjectResult interface.

Properties

  Property name Brief description
ClassId The ClassId property returns identifier of the repository object class.
ClassName The ClassName property returns object class name.
Content The Content property returns contents of the Document object.
HighlightedClassName The HighlightedClassName property returns object class name with highlighted search text.
HighlightedContent The HighlightedContent property returns the Document object contents with highlighted search text.
HighlightedId The HighlightedId property returns repository object identifier with highlighted search text.
HighlightedKey The HighlightedKey property returns repository object key with highlighted search text.
HighlightedTimestamp The HighlightedTimestamp property returns change time stamp of the repository object with highlighted text.
Id The Id property returns repository object identifier.
Key The Key property returns repository object key.
Timestamp The Timestamp property returns change time stamp of repository object.

Properties inherited from ISearchResult

  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