dundas.controls.GroupingHierarchy Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.GroupingElement
      dundas.controls.GroupingHierarchy
 

Constructors

 
  Name Description
init Initializes the grouping element. Called during construction. Inherited from dundas.controls.GroupingElement.
 
 

Properties

 
  Name Description
dataElementStructureId Gets or sets the ID of the original data element structure (if there is one). Inherited from dundas.controls.GroupingElement.
dataElementUniqueName Gets or sets the unique name of the original data element (if there is one). Inherited from dundas.controls.GroupingElement.
elementParameterLinks Gets or sets element parameter links. Inherited from dundas.controls.GroupingElement.
group Gets or sets the group that this element appears on. Inherited from dundas.controls.GroupingElement.
id Gets or sets the unique identifier of the grouping element. Inherited from dundas.controls.GroupingElement.
levelUniqueName Gets or sets the unique name of the linking level used to promote a column to a full hierarchy (if applicable). Inherited from dundas.controls.GroupingElement.
placement Gets or sets the element placement. Inherited from dundas.controls.GroupingElement.
structureId Gets or sets the ID of the data cube or analysis structure of the grouping hierarchy or data element. Inherited from dundas.controls.GroupingElement.
uniqueName Gets or sets the unique name of the grouping hierarchy or data element. Inherited from dundas.controls.GroupingElement.
 
 

Methods

 
  Name Description
clearElementParameterLinks Removes the link to the grouping hierarchy on all metric sets of adapterId. Inherited from dundas.controls.GroupingElement.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
getElementLevelUniqueName Gets the level unique name of the element to add. Inherited from dundas.controls.GroupingElement.
getElementParameterLink Gets the element parameter link for the given information. Inherited from dundas.controls.GroupingElement.
getElementParameterLinks Gets the element parameter links for the given adapter. Inherited from dundas.controls.GroupingElement.
getElementStructureId Gets the ID of the structure for the underlying element. Inherited from dundas.controls.GroupingElement.
getElementUniqueName Gets the unique name of the element to add. Inherited from dundas.controls.GroupingElement.
getGroupElementUsage Gets the corresponding element usage for this grouping element from the group's stored metric set reference. Inherited from dundas.controls.GroupingElement.
isDataElement Gets a value indicating whether the grouping hierarchy to use is a replacement for a data element. Inherited from dundas.controls.GroupingElement.
isSubHierarchyUsed Gets a value indicating whether the grouping hierarchy to use is a replacement for a data element. Inherited from dundas.controls.GroupingElement.
removeElementParameterLink Removes the link to an element of an adapter's metric set. Inherited from dundas.controls.GroupingElement.
setElementParameterLink Links this grouping hierarchy to a metric set element on an adapter. Inherited from dundas.controls.GroupingElement.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.