The DimensionStatesResult type exposes the following members.

Constructors

  NameDescription
DimensionStatesResult
Initializes a new DimensionStatesResult 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.)
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
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
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.

See Also