dundas.data.Measure Class

 

Inheritance Hierarchy

 
Class
   dundas.data.UniqueName
      dundas.data.Element
         dundas.data.AnalysisElement
            dundas.data.Measure
 

Constructors

 
  Name Description
init Initializes the Measure. Called during construction. Inherited from dundas.data.UniqueName.
 
 

Properties

 
  Name Description
analysisStructureId Gets or sets the parent analysis structure ID (if there is one). Inherited from dundas.data.AnalysisElement.
caption Gets or sets the caption. Inherited from dundas.data.AnalysisElement.
category Gets or sets the element type. Inherited from dundas.data.Element.
compatibleUniqueName Gets or sets the compatible unique name.
containers Gets or sets the containers for this element. Inherited from dundas.data.Element.
dataType Gets or sets the element data type.
defaultAggregator Gets or sets the default aggregator.
description Gets or sets the description. Inherited from dundas.data.Element.
entityId Gets or sets ID of the parent entity. Inherited from dundas.data.Element.
formatInfo Gets or sets the numeric format for the current instance.
isHierarchy Gets or sets a value indicating whether this is a hierarchy or not. Inherited from dundas.data.AnalysisElement.
isMeasure Gets or sets a value indicating whether this is a measure or not. Inherited from dundas.data.AnalysisElement.
properties Gets or sets the data properties. Inherited from dundas.data.Element.
supportedAggregators Gets or sets the supported aggregators. Inherited from dundas.data.AnalysisElement.
uniqueName Gets or sets the unique name. Inherited from dundas.data.UniqueName.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
isPrimaryKey Returns a value indicating whether this element is a primary key in the source or not. Inherited from dundas.data.Element.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.