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
)
Public Sub New (
name As String,
caption As String,
description As String,
items As IList(Of IAnalysisElement)
)
public:
MetadataItem(
String^ name,
String^ caption,
String^ description,
IList<IAnalysisElement^>^ items
)
new :
name : string *
caption : string *
description : string *
items : IList<IAnalysisElement> -> MetadataItem
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