IMetadataService Interface

Interface used to manage information for DataElementMetadata objects.

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 interface IMetadataService

The IMetadataService type exposes the following members.

Methods
  NameDescription
Public methodClearStructureMetadata
Clears the metadata for the specified data structure.
Public methodFormatDateTime
Formats the specified date time value.
Public methodFormatNumber
Formats the specified value for display purposes.
Public methodGetElementMetadata(IAnalysisStructure, String)
Gets the metadata for the element in the specified analysis structure.
Public methodGetElementMetadata(IDataElementStructure, String)
Gets the metadata for one element in the specified analysis structure.
Public methodGetStructureMetadata(IAnalysisStructure)
Gets the metadata for the specified analysis structure.
Public methodGetStructureMetadata(IDataElementStructure)
Gets the metadata for all the elements in the specified structure.
Public methodSetElementMetadata(IAnalysisStructure, ElementMetadata)
Sets the metadata information for the specified analysis structure.
Public methodSetElementMetadata(IDataElementStructure, DataElementMetadata)
Sets the metadata information for one data element in the specified structure.
Public methodSetStructureMetadata
Sets the metadata information for all the elements in the specified structure.
Top
See Also