|
Class Summary |
| ClearExclusionsAction |
An OlapQueryAction that clears all exclusions from the dimension of a given
Hierarchy. |
| ClearSortFromAxisAction |
|
| DrillReplaceAction |
A Member action that replaces the root of the hierarchy of the given member
with that member. |
| DrillUpAction |
A Member action that replaces the root of the hierarchy of the given member
with that of the given ancestor member, and all ancestor members in all
levels in between the target ancestor's level and the given member's level
will be added to the query selection. |
| ExcludeMemberAction |
Excludes the given Member from the query. |
| MemberAction |
Abstract base action for all of the actions that make modifications to an
OlapQuery based on a provided Member |
| OlapQueryAction |
An abstract base action meant to be extended by actions that modify
the query. |
| RemoveHierarchyAction |
|
| SortByMeasureAction |
A MemberAction that sorts the query results by a given axis and sort order on
the given member if it's an instance of Measure. |