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 (24.3.0.1000)
Syntax
public ElementContainer(
	ElementContainer parent,
	ElementContainerCategory category,
	string uniqueName,
	string caption,
	string description
)

Parameters

parent
Type: Dundas.BI.Data.MetadataElementContainer
The parent container.
category
Type: Dundas.BI.Data.MetadataElementContainerCategory
The container category.
uniqueName
Type: SystemString
The unique name of the instance.
caption
Type: SystemString
The caption.
description
Type: SystemString
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