dundas.data.TopBottomOverrides Class

 

Inheritance Hierarchy

 
Class
   dundas.data.TopBottomOverrides
 

Constructors

 
  Name Description
init Initializes the TopBottomOverrides. Called during construction.
 
 

Properties

 
  Name Description
bottomRecords Gets or sets the number of records with the smallest values for the analyzed MeasureUsage element.
measureUniqueName Gets or sets the measure unique name for which the top/bottom analysis is performed.
tiePolicy Gets or sets the tied records policy.
topRecords Gets or sets the number of records with the highest values for the analyzed MeasureUsage element.
 
 

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.