The Dimension type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
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.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsImplicit
Determines if the dimension is fully implicit.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAncestors
Gets the ancestors pertinent to this dimension.
Public propertyCompletePath
Returns the complete path of the dimension values consolidating ancestors, descriptor, and implicits in this order.
Public propertyDescriptor
Gets the descriptor for this dimension.
Public propertyDimGroupId
Gets the ID of the dimension group to which this dimension belongs.
Public propertyDimGroupName
Gets the name of the dimension group to which this dimension belongs.
Public propertyId
Gets the ID of the dimension.
Public propertyImplicitLocations
Gets the implicit dimension locations contained in this dimension.
Public propertyIntermediates
Gets the intermediate non-navigable refinements that have been selected and do not affect the query terms.
Public propertyName
Gets the name of the dimension.
Public propertyRefinementParent
Gets the refinements' parent value in this dimension.
Public propertyRefinements
Gets the refinements available and retrieved in this dimension.
Public propertyRoot
Gets the root dimension value of this dimension.

See Also