dundas.data.MeasureExpression Class

 

Inheritance Hierarchy

 
Class
   dundas.data.DescriptorBase
      dundas.data.ExpressionDescriptor
         dundas.data.MeasureExpression
 

Constructors

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

Properties

 
  Name Description
description Gets or sets the description of this descriptor object. Inherited from dundas.data.DescriptorBase.
format Gets the statement format. Inherited from dundas.data.ExpressionDescriptor.
genericParameters Gets the expression parameters. Inherited from dundas.data.ExpressionDescriptor.
hierarchies Gets or sets a value for the hierarchies.
id Gets or sets the ID of this descriptor object. Inherited from dundas.data.DescriptorBase.
isBasedOnExternalMetrics Gets or sets a value indicating whether this instance is based on a external metrics, and therefore it is a main formula metric measure.
measures Gets or sets a value for the measures.
name Gets or sets the name of this descriptor object. Inherited from dundas.data.DescriptorBase.
newUniqueName Gets or sets the new unique name. This is used only when the unique name of the measure usage is desired to be changed.
placeholders Gets the expression parameter placeholders, discovered through parsing. Inherited from dundas.data.ExpressionDescriptor.
statement Gets or sets the expression statement. Inherited from dundas.data.ExpressionDescriptor.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.