MeasureInfo Class

The information about the annotated measure.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.AnnotationsMeasureInfo

Namespace: Dundas.BI.Data.Annotations
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class MeasureInfo : IEquatable<MeasureInfo>

The MeasureInfo type exposes the following members.

Constructors
 NameDescription
Public methodMeasureInfo Initializes a new instance of the MeasureInfo class.
Top
Properties
 NameDescription
Public propertyAggregator Gets the measure aggregator.
Public propertyUniqueName Gets the measure unique name.
Top
Methods
 NameDescription
Public methodEquals(MeasureInfo)Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object)Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
Public methodGetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(MeasureInfo, MeasureInfo)Implements the == operator.
Public operatorStatic memberInequality(MeasureInfo, MeasureInfo)Implements the != operator.
Top
See Also