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

Inheritance Hierarchy

System..::.Object
  Endeca.Web.Url.Indexing..::.IndexedResult<(Of <(AggregateRecord>)>)
    Endeca.Web.Url.Indexing..::.IndexedAggregateRecord

See Also