dundas.controls.GroupingElement Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.GroupingElement
      dundas.controls.GroupingHierarchy
      dundas.controls.GroupingMeasure
 

Constructors

 
  Name Description
init Initializes the grouping element. Called during construction.
 
 

Properties

 
  Name Description
dataElementStructureId Gets or sets the ID of the original data element structure (if there is one).
dataElementUniqueName Gets or sets the unique name of the original data element (if there is one).
elementParameterLinks Gets or sets element parameter links.
group Gets or sets the group that this element appears on.
id Gets or sets the unique identifier of the grouping element.
levelUniqueName Gets or sets the unique name of the hierarchy level (if there is one).
placement Gets or sets the element placement.
structureId Gets or sets the ID of the data cube or analysis structure of the grouping hierarchy or data element.
uniqueName Gets or sets the unique name of the grouping hierarchy or data element.
 
 

Methods

 
  Name Description
clearElementParameterLinks Removes the link to the grouping hierarchy on all metric sets of adapterId.
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.
getElementParameterLink Gets the element parameter link for the given information.
getElementParameterLinks Gets the element parameter links for the given adapter.
getElementStructureId Gets the ID of the structure for the underlying element.
getElementUniqueName Gets the unique name of the element to add.
getGroupElementUsage Gets the corresponding element usage for this grouping element from the group's stored metric set reference.
isDataElement Gets a value indicating whether the grouping hierarchy to use is a replacement for a data element.
isSubHierarchyUsed Gets a value indicating whether the grouping hierarchy to use is a replacement for a data element.
removeElementParameterLink Removes the link to an element of an adapter's metric set.
setElementParameterLink Links this grouping hierarchy to a metric set element on an adapter.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.