IMetadataService Interface | 
Namespace: Dundas.BI.Data.Metadata
The IMetadataService type exposes the following members.
| Name | Description | |
|---|---|---|
| ClearStructureMetadata | 
            Clears the metadata for the specified data structure.
              | |
| FormatDateTime | 
            Formats the specified date time value.
              | |
| FormatNumber | 
            Formats the specified value for display purposes.
              | |
| GetElementMetadata(IAnalysisStructure, String) | 
            Gets the metadata for the element in the specified analysis structure.
              | |
| GetElementMetadata(IDataElementStructure, String) | 
            Gets the metadata for one element in the specified analysis structure.
              | |
| GetStructureMetadata(IAnalysisStructure) | 
            Gets the metadata for the specified analysis structure.
              | |
| GetStructureMetadata(IDataElementStructure) | 
            Gets the metadata for all the elements in the specified structure.
              | |
| SetElementMetadata(IAnalysisStructure, ElementMetadata) | 
            Sets the metadata information for the specified analysis structure.
              | |
| SetElementMetadata(IDataElementStructure, DataElementMetadata) | 
            Sets the metadata information for one data element in the specified structure.
              | |
| SetStructureMetadata | 
            Sets the metadata information for all the elements in the specified structure.
              |