This view is the link between the command layer and the NavigationDataSource.

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

Syntax

C#
public class NavigationResultView : EndecaCommandDataSourceView<NavigationCommand, NavigationDataSource>
Visual Basic (Declaration)
Public Class NavigationResultView _
	Inherits EndecaCommandDataSourceView(Of NavigationCommand, NavigationDataSource)
Visual C++
public ref class NavigationResultView : public EndecaCommandDataSourceView<NavigationCommand^, NavigationDataSource^>

Inheritance Hierarchy

See Also