ElementContainer Constructor

Initializes a new instance of the ElementContainer class.

Namespace: Dundas.BI.Data.Metadata
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public ElementContainer(
	ElementContainer parent,
	ElementContainerCategory category,
	string uniqueName,
	string caption,
	string description
)

Parameters

parent  ElementContainer
The parent container.
category  ElementContainerCategory
The container category.
uniqueName  String
The unique name of the instance.
caption  String
The caption.
description  String
The description.
Exceptions
ExceptionCondition
ArgumentNullExceptionparent or uniqueName is .
ArgumentExceptionuniqueName is empty.
ArgumentOutOfRangeExceptioncategory is not one of the ElementContainerCategory values.
Remarks
Use this constructor when the current instance is a child container.
See Also