OlapTimeHierarchy Constructor

Initializes a new instance of the OlapTimeHierarchy class.

Namespace:  Dundas.BI.Data.Metadata.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public OlapTimeHierarchy(
	OlapDimension parentDimension,
	string uniqueName,
	string defaultMemberUniqueName,
	IReadOnlyCollection<IElementContainer> parentContainers
)

Parameters

parentDimension
Type: Dundas.BI.Data.Metadata.OlapOlapDimension
The parent dimension.
uniqueName
Type: SystemString
The element unique name.
defaultMemberUniqueName
Type: SystemString
Unique name of the default member.
parentContainers
Type: System.Collections.GenericIReadOnlyCollectionIElementContainer
The parent containers.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentDimension is .
ArgumentExceptionuniqueName or defaultMemberUniqueName is or an empty string.
See Also