The DimensionStatesResult type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DimensionStatesResult |
Initializes a new DimensionStatesResult instance.
|
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.) | |
| GetDimensionStates |
Returns an IndexedCollection<(Of <(T>)>) containing DimensionState
matching the DimensionStateTypes specified in the input.
| |
| GetGroupedDimensionStates |
Returns a DimensionStateGroupCollection containing DimensionStateGroups
matching the DimensionStateTypes specified in the input.
| |
| 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 | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| CompleteDimensionStates |
Returns an IndexedCollection<(Of <(T>)>) containing all DimensionStates
including those which are fully selected or fully implicit, and those with refinements.
| |
| GroupedRefinableDimensionStates |
Returns a DimensionStateGroupCollection containing DimensionStateGroups
which in turn contain only DimensionStates that contain refinements. The
most common use of DimensionStates with refinements is to populate a GuidedNavigation
control.
| |
| RefinableDimensionStates |
Returns an IndexedCollection<(Of <(T>)>) containing
DimensionStates that contain refinements. The most common use of
DimensionStates with refinements is to populate a GuidedNavigation control.
|