Enum ActionTargetType
Namespace: Varigence.Languages.Biml.Cube.Action
Assembly: Biml.dll
C#
public enum ActionTargetType
Fields
| Fields | Description |
|---|---|
| AttributeMembers | Specifies that the action is located and must be executed on an attribute member. |
| Cells | Specifies that the action is located and must be executed on a cube cell. |
| Cube | Specifies that the action is located and must be executed on a cube. |
| DimensionMembers | Specifies that the action is located and must be executed on a dimension member. |
| Hierarchy | Specifies that the action is located and must be executed on a hierarchy. |
| HierarchyMembers | Specifies that the action is located and must be executed on a hierarchy member. |
| Level | Specifies that the action is located and must be executed on a dimension level. |
| LevelMembers | Specifies that the action is located and must be executed on a dimension level member. |