The DimensionValue type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DimensionValue | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Equals | Overloaded. | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | (Overrides Object..::.GetHashCode()()().) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ContextPath |
Gets a string representation of the location of this DimensionValue within
the hierarchy of its associated Dimension.
| |
| Dimension |
Gets the Dimension to which this DimensionValue belongs.
| |
| DimensionValuePath |
Gets a collection containing the DimensionValues along the path leading from
from the root of dimension value of the the owning Dimension to this
DimensionValue (inclusive).
| |
| DisplayName |
Gets the display name for the dimension value.
| |
| Id |
Gets the unique identifier of this DimensionValue.
| |
| IsLeaf |
Gets a value indicating if this is a leaf DimensionValue.
| |
| IsNavigable |
Gets a value indicating if this DimensionValue is navigable; that is,
whether selecting this DimensionValue will further refine the set of
records returned by a navigation query.
| |
| IsRoot |
Gets a value indicating if this DimensionValue is the root of the dimension
value hierachy for its dimension.
| |
| Name |
Gets the name of this DimensionValue.
| |
| Parent |
Gets the parent dimension value of this dimension value.
| |
| Properties |
Gets the collection of PropertyValues associated with this
DimensionValue.
| |
| RecordCount |
Gets the count of records beneath this dimension value, for the current navigation state.
| |
| StaticRecordCount |
Gets the static record count statistic for this dimension value.
|