IElement Interface

Interface representing the basic data element used in visualizations.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1000)
Syntax
public interface IElement : IUniqueName

The IElement type exposes the following members.

Properties
  NameDescription
Public propertyCategory
Gets the potential analysis category for the current instance.
Public propertyContainers
Gets the container objects used alter the presentation of the elements using a folder-like approach.
Public propertyDescription
Gets or sets the description.
Public propertyEntityId
Gets the parent entity ID.
Public propertyProperties
Gets the various uncategorized properties.
Public propertyUniqueName
Gets the object unique name.
(Inherited from IUniqueName.)
Top
See Also