Assembly: ExtCtrls;
Namespace: Prognoz.Platform.Interop.ExtCtrls;
The ISearchDataSourcesFreeDimsInfo interface contains properties and methods used to work with collection of free dimensions of data source.
ISearchDataSourcesFreeDimsInfo
Information about free dimension can be obtained in the ISearchDataSourcesItem.FreeDims property.
| Property name | Brief description | |
| Count | The Count property returns the number of free dimensions, information about which is contained in collection. | |
| ItemByKey | The ItemByKeyproperty returns information about free dimension elements by its key. | |
| Keys | The Keys property returns the array containing keys of repository dictionaries used as free dimensions in the source. |
| Method name | Brief description | |
| Contains | The Contains method checks and returns whether there is information about the specified dimension in collection. |
See also: