Represents the views that are returned by MetadataDataSource.

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

Syntax

C#
public class MetadataDataSourceView : EndecaCommandDataSourceView<MetadataCommand, MetadataDataSource>
Visual Basic (Declaration)
Public Class MetadataDataSourceView _
	Inherits EndecaCommandDataSourceView(Of MetadataCommand, MetadataDataSource)
Visual C++
public ref class MetadataDataSourceView : public EndecaCommandDataSourceView<MetadataCommand^, MetadataDataSource^>

Remarks

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

Inheritance Hierarchy

See Also