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 (24.3.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(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(MeasureInfo)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Implements the == operator.
Public operatorStatic memberInequality
Implements the != operator.
Top
See Also