DerivedMeasure Class

Base class for derived measures defined within a MetricSet.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.MetricSetsDerivedMeasure
    More...

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public abstract class DerivedMeasure : IMeasure, 
	IAnalysisElement, IElement, IUniqueName, IAggregatableElement

The DerivedMeasure 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.
Public propertyContainers
Gets the container objects used alter the presentation of the elements using a folder-like approach.
Public propertyDataType
Gets the element data type.
Public propertyDefaultAggregator
Gets or sets the default aggregator.
Public propertyDescription
Gets or sets the description.
Public propertyEntityId
Gets the parent entity ID.
Public propertyFormatInfo
Gets the numeric format for the current instance.
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 propertyMeasureDependencies
Gets the measure dependencies.
Public propertyMetricSet
Gets the parent metric set.
Public propertyParameters
Gets the parameters for the current instance.
Public propertyProperties
Gets the various uncategorized properties.
Public propertySupportedAggregators
Gets or sets the supported aggregators.
Public propertyUniqueName
Gets the object unique name.
Top
See Also
Inheritance Hierarchy