MetadataItem Constructor

Initializes a new instance of the MetadataItem 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 MetadataItem(
	string name,
	string caption,
	string description,
	IList<IAnalysisElement> items
)

Parameters

name
Type: SystemString
The name.
caption
Type: SystemString
The caption.
description
Type: SystemString
The description.
items
Type: System.Collections.GenericIListIAnalysisElement
The items.
See Also