dundas.data.HierarchyLevelSorting Class

 

Inheritance Hierarchy

 
Class
   dundas.data.HierarchyLevelSorting
 

Constructors

 
  Name Description
init Initializes the object. Called during construction.
 
 

Properties

 
  Name Description
bottomOverrides Gets or sets the rule bottom overrides.
category Gets or sets the category for the hierarchy member property used for sorting.
direction Gets or sets the sorting rules direction.
hasBottomOverrides Gets or sets a value indicating whether this instance has bottom sorting overrides.
hasTopOverrides Gets or sets a value indicating whether this instance has top sorting overrides.
hierarchyLevelUniqueName Gets or sets the hierarchy level unique name.
memberProperty Gets or sets the member property name used for sorting.
topOverrides Gets or sets the rule top overrides.
 
 

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.