The Dimension type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| 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 | Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsImplicit |
Determines if the dimension is fully implicit.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Ancestors |
Gets the ancestors pertinent to this dimension.
| |
| CompletePath |
Returns the complete path of the dimension values consolidating ancestors,
descriptor, and implicits in this order.
| |
| Descriptor |
Gets the descriptor for this dimension.
| |
| DimGroupId |
Gets the ID of the dimension group to which this dimension belongs.
| |
| DimGroupName |
Gets the name of the dimension group to which this dimension belongs.
| |
| Id |
Gets the ID of the dimension.
| |
| ImplicitLocations |
Gets the implicit dimension locations contained in this dimension.
| |
| Intermediates |
Gets the intermediate non-navigable refinements that have been
selected and do not affect the query terms.
| |
| Name |
Gets the name of the dimension.
| |
| RefinementParent |
Gets the refinements' parent value in this dimension.
| |
| Refinements |
Gets the refinements available and retrieved in this dimension.
| |
| Root |
Gets the root dimension value of this dimension.
|