Namespace: Dundas.BI.Data.MetadataAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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> -> MetadataItemParameters
- name String
- The name.
- caption String
- The caption.
- description String
- The description.
- items IListIAnalysisElement
- The items.
See Also