TimeHierarchyInfo Constructor |
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
)
Public Sub New (
supportedIntervals As ICollection(Of TimeInterval),
uniqueName As String
)
public:
TimeHierarchyInfo(
ICollection<TimeInterval^>^ supportedIntervals,
String^ uniqueName
)
new :
supportedIntervals : ICollection<TimeInterval> *
uniqueName : string -> TimeHierarchyInfo
Parameters
- 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