Creates a new ResultResolver supplying an IList<(Of <(T>)>). The CommandInfos contain Endeca queries and results which are indexed in order to facilitate looking up DimensionValues and Records by ID.

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

Syntax

C#
public ResultResolver(
	IList<CommandInfo> urlCommandInfos
)
Visual Basic (Declaration)
Public Sub New ( _
	urlCommandInfos As IList(Of CommandInfo) _
)
Visual C++
public:
ResultResolver(
	IList<CommandInfo^>^ urlCommandInfos
)

Parameters

urlCommandInfos
Type: System.Collections.Generic..::.IList<(Of <(CommandInfo>)>)
The source of DimensionValues and Records to be indexed.

See Also