OlapTimeLevel Constructor

Initializes a new instance of the OlapTimeLevel 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 OlapTimeLevel(
	OlapTimeHierarchy parentHierarchy,
	string uniqueName,
	LevelType levelType,
	int levelDepth
)

Parameters

parentHierarchy
Type: Dundas.BI.Data.Metadata.OlapOlapTimeHierarchy
The parent hierarchy.
uniqueName
Type: SystemString
Level unique name.
levelType
Type: Dundas.BI.Data.MetadataLevelType
Type of the level.
levelDepth
Type: SystemInt32
The level depth.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when parentHierarchy is null.
NotFoundExceptionThrown when mapping is not found for parentHierarchy.
ArgumentExceptionThrown when uniqueName is invalid.
See Also