IMeasure Interface

Interface for an analysis measure.

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

The IMeasure type exposes the following members.

Properties
  NameDescription
Public propertyAnalysisStructure
Gets the parent analysis structure.
(Inherited from IAnalysisElement.)
Public propertyCaption
Gets or sets the caption.
(Inherited from IAnalysisElement.)
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 propertyDataType
Gets the element data type.
Public propertyDefaultAggregator
Gets or sets the default aggregator.
Public propertyDescription
Gets or sets the description.
(Inherited from IElement.)
Public propertyEntityId
Gets the parent entity ID.
(Inherited from IElement.)
Public propertyFormatInfo
Gets the numeric format for the current instance.
Public propertyIsHierarchy
Gets a value indicating whether this instance is a hierarchy.
(Inherited from IAnalysisElement.)
Public propertyIsMeasure
Gets a value indicating whether this instance is a measure.
(Inherited from IAnalysisElement.)
Public propertyProperties
Gets the various uncategorized properties.
(Inherited from IElement.)
Public propertySupportedAggregators
Gets or sets the supported aggregators.
Public propertyUniqueName
Gets the object unique name.
(Inherited from IUniqueName.)
Top
See Also