A class to convert a DimensionValueCollection 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 IndexedDimensionValueCollection : IndexedResult<DimensionValueCollection>
Visual Basic (Declaration)
Public Class IndexedDimensionValueCollection _
	Inherits IndexedResult(Of DimensionValueCollection)
Visual C++
public ref class IndexedDimensionValueCollection : public IndexedResult<DimensionValueCollection^>

Inheritance Hierarchy

System..::.Object
  Endeca.Web.Url.Indexing..::.IndexedResult<(Of <(DimensionValueCollection>)>)
    Endeca.Web.Url.Indexing..::.IndexedDimensionValueCollection

See Also