ElementContainer Constructor |
Namespace: Dundas.BI.Data.MetadataAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic ElementContainer(
ElementContainer parent,
ElementContainerCategory category,
string uniqueName,
string caption,
string description
)
Public Sub New (
parent As ElementContainer,
category As ElementContainerCategory,
uniqueName As String,
caption As String,
description As String
)
public:
ElementContainer(
ElementContainer^ parent,
ElementContainerCategory category,
String^ uniqueName,
String^ caption,
String^ description
)
new :
parent : ElementContainer *
category : ElementContainerCategory *
uniqueName : string *
caption : string *
description : string -> ElementContainerParameters
- 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
RemarksUse this constructor when the current instance is a child container.
See Also