Represents the views that are returned by RecordDetailsDataSource.

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

Syntax

C#
public class RecordDetailsDataSourceView : EndecaCommandDataSourceView<RecordDetailsCommand, RecordDetailsDataSource>
Visual Basic (Declaration)
Public Class RecordDetailsDataSourceView _
	Inherits EndecaCommandDataSourceView(Of RecordDetailsCommand, RecordDetailsDataSource)
Visual C++
public ref class RecordDetailsDataSourceView : public EndecaCommandDataSourceView<RecordDetailsCommand^, RecordDetailsDataSource^>

Remarks

This view executes a RecordDetailsCommand. The actual collection that is returned depends on the name of the view.

Inheritance Hierarchy

See Also