Represents the views that are returned by MultipleRecordDetailsDataSource.

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

Syntax

C#
public class MultipleRecordDetailsDataSourceView : EndecaCommandDataSourceView<MultipleRecordDetailsCommand, MultipleRecordDetailsDataSource>
Visual Basic (Declaration)
Public Class MultipleRecordDetailsDataSourceView _
	Inherits EndecaCommandDataSourceView(Of MultipleRecordDetailsCommand, MultipleRecordDetailsDataSource)
Visual C++
public ref class MultipleRecordDetailsDataSourceView : public EndecaCommandDataSourceView<MultipleRecordDetailsCommand^, MultipleRecordDetailsDataSource^>

Remarks

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

Inheritance Hierarchy

See Also