This API supports the Endeca infrastructure and is not intended to be used directly from your code.

Namespace:  Endeca.Web.Internal
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public abstract class EndecaCommandDataSourceView<TCommand, TDataSource> : DataSourceView, 
	IStateManager
where TCommand : new(), EndecaCommand
where TDataSource : BaseEndecaDataSource
Visual Basic (Declaration)
Public MustInherit Class EndecaCommandDataSourceView(Of TCommand As {New, EndecaCommand}, TDataSource As BaseEndecaDataSource) _
	Inherits DataSourceView _
	Implements IStateManager
Visual C++
generic<typename TCommand, typename TDataSource>
where TCommand : gcnew(), EndecaCommand
where TDataSource : BaseEndecaDataSource
public ref class EndecaCommandDataSourceView abstract : public DataSourceView, 
	IStateManager

Type Parameters

TCommand
Type of command that is encapsulated by this view.
TDataSource
Type of the data source associated with this view.

Inheritance Hierarchy

See Also