Name | Description | |
---|---|---|
init | Initializes the MetricSetService. Called during construction. Inherited from dundas.Component. |
Name | Description | |
---|---|---|
eventsManager | Inherited from dundas.Service. | |
isDisposed | Gets a value indicating whether this instance has been disposed. Inherited from dundas.Component. | |
site | Gets or sets the site that this component is a part of. Inherited from dundas.Component. | |
uniqueId | Gets or sets the unique ID of this component within the site. Inherited from dundas.Component. |
Name | Description | |
---|---|---|
addAllElements | Adds all the elements to the given metric set that are not already added. | |
addContextualMeasure | Adds a contextual measure to a metric set. | |
addCountMeasure | Adds the count measure to the given metric set. | |
addCustomHierarchyGroup | Adds a custom hierarchy group to a hierarchy on a metric set. | |
addDynamicHierarchy | Adds a dynamic hierarchy to a metric set. | |
addDynamicMeasure | Adds a dynamic measure to a metric set. | |
addElement | Adds the given element to the given metric set. | |
addParallelPeriodMeasure | Adds a parallel period measure to the given metric set. | |
addParallelSlicerMeasure | Adds a parallel slicer measure to the given metric set. | |
addReplaceHierarchy | Adds or replaces the given element with the given hierarchy. | |
addScriptMeasure | Add a scripted measure to a metric set. | |
addScriptMetricSet | Add a new metric set. | |
addStateGroup | Adds a state group to the given metric set. | |
bind | Subscribe a handler for an event. Inherited from dundas.Service. | |
cancelMeasureSorting | Cancels all measure sorting on a metric set. | |
createDelegate | Helper for creating delegate functions. Inherited from dundas.Component. | |
createTemporaryCopy | Creates a temporary copy of the metric set by the given ID. | |
createTimeout | Creates a timeout. Inherited from dundas.Component. | |
dispatch | Dispatches a call by creating a delegate and running it right away on a timer. Inherited from dundas.Component. | |
dispose | Inherited from dundas.Component. | |
fromJObject | Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class. | |
generateDataInputMetricSet | Generates a metric set based on a data input data cube. | |
generateMetricSet | Generates a metric set based on the native object information given. | |
generateMetricSetFromDataConnector | Generates a metric set based on the data connector given. This is a blind generation, using a default structure. This is mostly used when the user doesn't specify which structure. | |
getAnalysisStructure | Gets the analysis structure for the given metric set. | |
getMetricSetById | Gets the metric set by the given ID. | |
getService | Gets the requested service. Inherited from dundas.Component. | |
moveElementBefore | Moves an element to before the target element. The elements must be within the same placement. | |
onLoaded | Called when the service is loaded. Inherited from dundas.Service. | |
parseScript | Parse a script. | |
removeAllElements | Removes all the elements to the given metric set. | |
removeCustomHierarchyGroup | Removes a custom hierarchy group from the given metric set. | |
removeElement | Removes the element with the given unique name from the given metric set. | |
removeStateGroup | Removes a state group to the given metric set. | |
replaceAnalysisStructure | Replaces the analysis structure for the specified metric set. | |
replaceElement | Replaces an element on the given metric set. | |
restoreUndoFrame | Restores the metric set to a specific undo frame. | |
subscribe | Subscribe or unsubscribe an event handler for an event. Inherited from dundas.Service. | |
subscribeOnce | Subscribe a one time handler for an event. Inherited from dundas.Service. | |
switchTotalsCalculationRules | Switches the calculation axis for any defined totals calculation rules for the specified measure. | |
toJSON | Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class. | |
trigger | Triggers an event. Inherited from dundas.Service. | |
unbind | Unsubscribe an event. Inherited from dundas.Service. | |
updateElement | Updates the element on the given metric set. | |
updateElements | Updates multiple elements on the given metric set. | |
updateMetricSet | Updates the given metric set. | |
updateScriptMeasure | Update a script measure. | |
updateScriptMetricSet | Update a script measure of a script metric set. | |
updateSorting | Updates the sorting for a metric set, and the given elements. | |
updateStateGroup | Updates the state group on the given metric set. |