dundas.data.MeasureSortingByHierarchyLevel Class

 

Inheritance Hierarchy

 
Class
   dundas.data.MeasureSortingByHierarchyLevel
 

Constructors

 
  Name Description
init Initializes the MeasureSortingByHierarchyLevel. Called during construction.
 
 

Properties

 
  Name Description
direction Gets or sets the direction of the sort.
hierarchyLevelUniqueName Gets or sets the unique name of the hierarchy level to be used on the axis hierarchy.
hierarchyUniqueName Gets or sets the unique name of the hierarchy to be used as the axis hierarchy.
ignoreHierarchyGroupings Gets a value indicating whether the current and higher hierarchy groupings are ignored for sorting purposes.
 
 

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.