ExtCtrls > ExtCtrls Assembly Interfaces > ISearchDataSourcesItem
Assembly: ExtCtrls;
Namespace: Prognoz.Platform.Interop.ExtCtrls;
The ISearchDataSourcesItem interface contains properties that are used to get element parameters with BI search results.
ISearchDataSourcesItem
Element parameters can be obtained in the ISearchDataSourcesItems.Item property.
Property name | Brief description | |
![]() |
Calendars | The Calendars property returns information about calendar dimensions of data source. |
![]() |
Description | The Description property returns indexed description of data source. |
![]() |
FreeDims | The FreeDims property returns information about free dimensions of data source. |
![]() |
HighlightedDescription | The HighlightedDescription property returns indexed description of data source with highlighted searched text in it. |
![]() |
HighlightedName | The HighlightedName property returns element name with highlighted searched text in it. |
![]() |
HighlightedSourceName | The HighlightedSourceName property returns indexed name of data source with highlighted searched text in it. |
![]() |
IsFreeDimsHighlighted | The IsFreeDimsHighlighted property returns whether search results are obtained taking into account filtering by free dimensions. |
![]() |
IsRubricator | The IsRubricator property returns whether the current element corresponds to the data from time series database. |
![]() |
Name | The Name property returns element name in the collection. |
![]() |
Selected | The Selected property returns whether the current element is selected in the list. |
![]() |
Selection | The Selection property returns information about dimension selection corresponding to the current element. |
![]() |
SourceClassId | The SourceClassId property returns indexed class of data source. |
![]() |
SourceMbId | The SourceMbId property returns indexed identifier of data source. |
![]() |
SourceName | The SourceName property returns indexed name of data source. |
Method name | Brief description | |
![]() |
BuildCubeSelection | The BuildCubeSelection method creates selection for data source based on the information contained in the current element. |
See also: