The DimensionState type exposes the following members.

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