TimeHierarchyInfo Constructor

Initializes a new instance of the TimeHierarchyInfo class.

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 TimeHierarchyInfo(
	ICollection<TimeInterval> supportedIntervals,
	string uniqueName
)

Parameters

supportedIntervals
Type: System.Collections.GenericICollectionTimeInterval
The supported intervals.
uniqueName
Type: SystemString
The hierarchy unique name.
Exceptions
ExceptionCondition
ArgumentException

The supportedIntervals collection was or empty.

-or-

The uniqueName was or empty.

See Also