Open this page in the API Guide

MetadataItem Class

Class used to model non-standard metadata items.
Inheritance Hierarchy
System.Object
  Dundas.BI.Data.Metadata.MetadataItem

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public class MetadataItem

The MetadataItem type exposes the following members.

Constructors
  NameDescription
Public methodMetadataItem
Initializes a new instance of the MetadataItem class.
Top
Properties
  NameDescription
Public propertyCaption
Gets or sets the caption.
Public propertyDescription
Gets or sets the description.
Public propertyItems
Gets the items.
Public propertyName
Gets the name.
Top
See Also