IDataElementStructure Interface

Interface for objects that are exposing IDataElement.

Namespace: Dundas.BI.Data.Metadata
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public interface IDataElementStructure : IStructure

The IDataElementStructure type exposes the following members.

Properties
 NameDescription
Public propertyDataElements Gets the data elements.
Public propertyDescription Gets the description of the structure.
(Inherited from IStructure)
Public propertyId Gets the parent entity ID.
(Inherited from IStructure)
Public propertyName Gets the name of the structure.
(Inherited from IStructure)
Top
See Also