ITimeDimensionProviderServiceGetProviders Method

Gets all the time dimension providers.

Namespace:  Dundas.BI.Data.TimeDimensionProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
IReadOnlyList<TimeDimensionProviderInfo> GetProviders()

Return Value

Type: IReadOnlyListTimeDimensionProviderInfo
The collection of time dimension providers.
See Also