A class to convert a DimensionState to an IIndexProvider. This class implements the IIndexProvider interface.

Namespace:  Endeca.Web.Url.Indexing
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public class IndexedDimensionState : IndexedResult<DimensionState>
Visual Basic (Declaration)
Public Class IndexedDimensionState _
	Inherits IndexedResult(Of DimensionState)
Visual C++
public ref class IndexedDimensionState : public IndexedResult<DimensionState^>

Inheritance Hierarchy

System..::.Object
  Endeca.Web.Url.Indexing..::.IndexedResult<(Of <(DimensionState>)>)
    Endeca.Web.Url.Indexing..::.IndexedDimensionState

See Also