DataCubeMeasure Class

Class that encapsulates a DataCube measure definition.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.DataCubesDataCubeMeasure

Namespace: Dundas.BI.Entities.DataCubes
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public sealed class DataCubeMeasure : IMeasure, 
	IAnalysisElement, IElement, IUniqueName, IAggregatableElement

The DataCubeMeasure 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 used for the current measure descriptor.
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 propertyProperties Gets the various uncategorized properties.
Public propertySupportedAggregators Gets or sets the supported aggregators used for the current measure descriptor.
Public propertyUniqueName Gets the object unique name.
Top
Methods
 NameDescription
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also