TimeDimensionProviderInfo Class

Time dimension provider information.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.TimeDimensionProvidersTimeDimensionProviderInfo

Namespace:  Dundas.BI.Data.TimeDimensionProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class TimeDimensionProviderInfo

The TimeDimensionProviderInfo type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets the time dimension provider description.
Public propertyHasCustomConfigurationUI
Gets a value indicating whether this time dimension provider is using a custom configuration UI.
Public propertyId
Gets the time dimension provider ID.
Public propertyName
Gets the time dimension provider name.
Public propertyPropertyDescriptors
Gets the provider-specific property descriptors.
Public propertySupportedIntervals
Gets the supported intervals.
Top
Methods
  NameDescription
Public methodGetCustomConfigurationUI
Gets the custom configuration UI based on the requested content type.
Top
See Also