The DimensionState type exposes the following members.

Constructors

  NameDescription
DimensionState
Initializes a new DimensionState instance.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(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.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
ContextPath
Encoding of the state of this DimensionState such that DimensionValues can be added or removed without reconstructing the DimensionState object. This is used primarily by UI controls.
Dimension
Gets the Dimension for this dimension state
GroupName
Gets the group name for this dimension.
HasMore
Returns true if the dimension state has more refinement dimension values than are currently being displayed.
Implicits
Gets the implicit dimension path collection for the dimension.
IsRefinable
Returns true if this DimensionState either contains Refinements, or might contain Refinements if it were expanded. In other words, returns true whenever this DimensionState is neither Fully Implicit nor Fully Selected.
MultiSelectSupport
Gets the type of multi-select this dimension supports.
Refinements
Gets the collection of child dimension values for the dimension.
SelectedDimensionValues
DimensionValueCollection of currently selected DimensionValues in this Dimension. These can be used to display in-place breadcrumbs for the Dimension.

Explicit Interface Implementations

  NameDescription
INameAndId..::.Id
Gets the ID of the dimension.
INameAndId..::.Name
Gets the name of the dimension.

See Also