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

Inheritance Hierarchy

System..::.Object
  Endeca.Web.Url.Indexing..::.IndexedResult<(Of <(Record>)>)
    Endeca.Web.Url.Indexing..::.IndexedRecord

See Also