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