TimeHierarchyInfo Constructor  | 
  
    Namespace: 
   Dundas.BI.Data.TimeDimensionProviders
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic TimeHierarchyInfo(
	ICollection<TimeInterval> supportedIntervals,
	string uniqueName
)
Public Sub New ( 
	supportedIntervals As ICollection(Of TimeInterval),
	uniqueName As String
)
public:
TimeHierarchyInfo(
	ICollection<TimeInterval^>^ supportedIntervals, 
	String^ uniqueName
)
new : 
        supportedIntervals : ICollection<TimeInterval> * 
        uniqueName : string -> TimeHierarchyInfoParameters
- supportedIntervals
 - Type: System.Collections.GenericICollectionTimeInterval
The supported intervals. - uniqueName
 - Type: SystemString
The hierarchy unique name. 
Exceptions| Exception | Condition | 
|---|
| ArgumentException | The supportedIntervals collection was  or empty. -or- The uniqueName was  or empty.  | 
See Also