The HyperCubeDimensionqDef type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| HyperCubeDimensionqDef | Initializes a new instance of the HyperCubeDimensionqDef class |
Methods
| Name | Description | |
|---|---|---|
| Add |
Add Object with unique basetype to container
(Inherited from DynamicJson.) | |
| GetMember |
Get member from container with specified name
(Inherited from DynamicJson.) | |
| SetMember |
Set member in container to specified value
(Inherited from DynamicJson.) | |
| TryGetMember |
Try to get member from container with specified name
(Inherited from DynamicJson.) | |
| TrySetMember |
Try to set member in container to specified value
(Inherited from DynamicJson.) |
Extension Methods
| Name | Description | |
|---|---|---|
| If | (Defined by DynamicJsonExtensions.) | |
| Switch | (Defined by DynamicJsonExtensions.) |
Properties
| Name | Description | |
|---|---|---|
| ActiveField | Index of the active field in a cyclic dimension.
This parameter is optional. The default value is 0.
This parameter is used in case of cyclic dimensions (qGrouping is C). (Inherited from NxInlineDimensionDef.) | |
| AutoSort | ||
| CId | ||
| FieldDefs | Array of field names.
When creating a grouped dimension, more than one field name is defined.
This parameter is optional. (Inherited from NxInlineDimensionDef.) | |
| FieldLabels | Array of field labels.
This parameter is optional. (Inherited from NxInlineDimensionDef.) | |
| Grouping | Used to define a cyclic group or drill-down group.
This parameter is optional.
Default value is no grouping. (Inherited from NxInlineDimensionDef.) | |
| NumberPresentations | Defines the format of the value.
This parameter is optional. (Inherited from NxInlineDimensionDef.) | |
| OthersLabel | ||
| ReverseSort | If set to true, it inverts the sort criteria in the field. (Inherited from NxInlineDimensionDef.) | |
| SortCriterias | Defines the sorting criteria in the field.
This parameter is optional.
Default is to sort by alphabetical order, ascending. (Inherited from NxInlineDimensionDef.) |
See Also