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

Namespace:  Endeca.Web.Url.Indexing
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

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

Inheritance Hierarchy

System..::.Object
  Endeca.Web.Url.Indexing..::.IndexedResult<(Of <(DimensionValue>)>)
    Endeca.Web.Url.Indexing..::.IndexedDimensionValue

See Also