dundas.data.RequestMeasureOverrides Class

 

Inheritance Hierarchy

 
Class
   dundas.data.RequestMeasureOverrides
 

Constructors

 
  Name Description
init Initializes the RequestMeasureOverrides. Called during construction.
 
 

Properties

 
  Name Description
aggregator Gets or sets the aggregator. Can be set to null to use the metric set's default.
isHidden Gets or sets a value indicating whether this instance is hidden. If hidden, the data is still retrieved and used in any computations, but it is not present in the result cellset.
missingDataRule Gets or sets the missing data rule. Can be set to null to use the metric set's default.
sortPolicy Gets or sets the sorting. Can be set to null to use the metric set's default.
uniqueName Gets or sets the unique name of the measure this override is for.
 
 

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.