dundas.data.AnalysisElementUsage Class

 

Inheritance Hierarchy

 
Class
   dundas.data.AnalysisElementUsage
      dundas.data.HierarchyUsage
      dundas.data.MeasureUsage
 

Constructors

 
  Name Description
init Initializes the AnalysisElementUsage. Called during construction.
 
 

Properties

 
  Name Description
analysisElement Gets or sets the analysis element.
caption Gets or sets the caption for this element usage.
id Gets or sets the element ID.
isExcludedFromDataExport Gets or sets a value indicating whether this element is exported in non-image exports.
isHierarchy Gets or sets whether this element usage is a hierarchy.
isMeasure Gets or sets whether this element usage is a measure.
isTimeHierarchy Gets or sets whether this element usage is a time hierarchy.
parameter Gets or sets the parameter this element.
parentEntityId Gets or sets the parent entity ID, if any.
placement Gets or sets this element usage placement.
retrieveUnknownMembers Gets or sets whether to retrieve unknown hierarchy members.
sourceElement Gets or sets the element that is the source of the analysis element.
uniqueName Gets or sets the unique name for this element usage.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
getTooltip Creates a string representation of this usage for a tooltip.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.
toString Creates a string representation of this analysis element usage.