MetadataItem Class

Class used to model non-standard metadata items.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.MetadataMetadataItem

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.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