Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISearchSourceDataResult interface contains properties of the record with search results of information about dimension elements which forms data slices.
ISearchSourceDataResult
On searching by indexed data of dimension elements to get search result, lead the element described by the ISearchResult interface to the ISearchSourceDataResult interface.
| Property name | Brief description | |
| DateLevels | The DateLevels property returns list of calendar levels for which the source has data. | |
| HighlightedFreeDimensions | The HighlightedFreeDimensions property returns list of the source free dimensions taking into account highlighting of the search text in the names. | |
| HighlightedTime | The HighlightedTime property returns list of years for which there is a data with highlighted search text. | |
| SourceMetadata | The SourceMetadata property returns data source metadata. | |
| Time | The Time property returns list of years with data. |
| 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. |
| Method name | Brief description | |
| CreateDimSelectionSet | The CreateDimSelectionSet method creates selection which forms data slice by found dimension selection. |
See also: