IAnalysisElement Interface

Interface for all measures and dimensions supported by the application.

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 IAnalysisElement : IElement, 
	IUniqueName

The IAnalysisElement type exposes the following members.

Properties
  NameDescription
Public propertyAnalysisStructure
Gets the parent analysis structure.
Public propertyCaption
Gets or sets the caption.
Public propertyCategory
Gets the potential analysis category for the current instance.
(Inherited from IElement.)
Public propertyContainers
Gets the container objects used alter the presentation of the elements using a folder-like approach.
(Inherited from IElement.)
Public propertyDescription
Gets or sets the description.
(Inherited from IElement.)
Public propertyEntityId
Gets the parent entity ID.
(Inherited from IElement.)
Public propertyIsHierarchy
Gets a value indicating whether this instance is a hierarchy.
Public propertyIsMeasure
Gets a value indicating whether this instance is a measure.
Public propertyProperties
Gets the various uncategorized properties.
(Inherited from IElement.)
Public propertyUniqueName
Gets the object unique name.
(Inherited from IUniqueName.)
Top
See Also