MetricSetController Class |
Namespace: Dundas.BI.WebApi.Controllers
The MetricSetController type exposes the following members.
| Name | Description | |
|---|---|---|
| MetricSetController |
Initializes a new instance of the MetricSetController class.
|
| Name | Description | |
|---|---|---|
| AddAllElementsToMetricSet |
Adds all the elements to the metric set with the specified placement position.
| |
| AddContextualMeasure |
Adds a contextual measure to the metric set.
| |
| AddCountMeasureToMetricSet |
Adds the count measure to the metric set.
| |
| AddCustomHierarchyGroup |
Adds a custom hierarchy group to the metric set.
| |
| AddDynamicHierarchy |
Adds a dynamic hierarchy to the metric set.
| |
| AddDynamicMeasure |
Adds a dynamic measure to the metric set.
| |
| AddElementToMetricSet |
Adds the specified element to the metric set.
| |
| AddFormulaFromDataCube |
Add a calculated measure from a formula already defined in the underlying data cube.
| |
| AddParallelPeriodMeasure |
Adds a parallel period measure to a metric set.
| |
| AddParallelSlicerMeasure |
Adds a parallel slicer measure to a metric set.
| |
| AddReplaceHierarchyOnMetricSet |
Adds the specified element + hierarchy to the metric set, or if the element is already on the metric set, updates it to use
the hierarchy given.
| |
| AddScriptMeasure |
Add a script measure to the metric set.
| |
| AddScriptMetricSet |
Generate a script metric set.
| |
| AddStateGroupToMetricSet |
Adds a state group to a metric set.
| |
| CancelMeasureSorting |
Cancels all measure sorting on a metric set.
| |
| CreateTemporaryCopy |
Creates a temporary copy of the metric set.
| |
| EnsureCallerContext |
If the current context is not already the specified context, creates a new caller context which is
a clone of the specified context and sets it as the current one.
(Inherited from ApiControllerBase.) | |
| EnsureFormFileMultipartContent |
Ensures when form files are access the content is MIME multi-part which we want.
(Inherited from ApiControllerBase.) | |
| GenerateMetricSet |
Generates a new metric set.
| |
| GetAnalysisStructure |
Gets the metric set's analysis structure.
| |
| GetClientIdFromCookieOrProvided |
Gets the client ID from cookie or from the provided value, which is usually from the query string.
(Inherited from ApiControllerBase.) | |
| GetMetricSet |
Gets a metric set.
| |
| GetMetricSetsByIds |
Gets a metric set.
| |
| GetServiceT |
Gets the requested service.
(Inherited from ApiControllerBase.) | |
| GetSessionIdFromCookieHeaderOrProvided |
Gets the session ID from cookie, the authorization header or from the provided value, which is usually from the query string.
(Inherited from ApiControllerBase.) | |
| LoadSession |
Creates a new caller context associated with the specified session ID. The session is not validated.
(Inherited from ApiControllerBase.) | |
| MoveElementBeforeOnMetricSet |
Moves an element before another element in a metric set.
| |
| ParseScript |
Parse a script for its structural break down to be used when displaying analysis when creating the script in the UI.
| |
| RemoveAllElementsFromMetricSet |
Removes all the elements to the metric set with the specified placement position.
| |
| RemoveElementFromMetricSet |
Removes an element from a metric set.
| |
| RemoveStateGroupOnMetricSet(Guid, Guid, NullableGuid) |
Deletes the specified state group from a metric set.
| |
| RemoveStateGroupOnMetricSet(Guid, String, NullableGuid) |
Deletes the specified custom hierarchy group from a metric set.
| |
| ReplaceAnalysisStructure |
Replaces the metric set's analysis structure with a different one.
| |
| ReplaceElementOnMetricSet |
Replaces an element in a metric set.
| |
| RequestFirstFormFile |
Retrieves the first form file from the request.
(Inherited from ApiControllerBase.) | |
| RequestFormFiles |
Retrieves the form files from the request.
(Inherited from ApiControllerBase.) | |
| RestoreUndoFrame |
Restores the metric set to the given undo frame ID.
| |
| ReturnInvalidWindowsIdentityResponse |
Returns the invalid windows identity response to challenge the browser.
(Inherited from ApiControllerBase.) | |
| SwitchTotalsCalculationRules |
Switches the calculation axis for any defined totals calculation rule for the specified measure.
| |
| UpdateElementOnMetricSet |
Updates the specified element on the metric set.
| |
| UpdateElementsOnMetricSet |
Updates the specified elements on the metric set.
| |
| UpdateMetricSet |
Updates a metric set.
| |
| UpdateMetricSetSorting |
Updates the sorting and given elements on the metric set.
| |
| UpdateScriptMeasure |
Update a script measure.
| |
| UpdateScriptMetricSet |
Update a script metric set.
| |
| UpdateStateGroupOnMetricSet |
Updates the specified state group in a metric set.
|