Represents the views that are returned by CompoundDimensionSearchDataSource.

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

Syntax

C#
public class CompoundDimensionSearchDataSourceView : EndecaCommandDataSourceView<CompoundDimensionSearchCommand, CompoundDimensionSearchDataSource>
Visual Basic (Declaration)
Public Class CompoundDimensionSearchDataSourceView _
	Inherits EndecaCommandDataSourceView(Of CompoundDimensionSearchCommand, CompoundDimensionSearchDataSource)
Visual C++
public ref class CompoundDimensionSearchDataSourceView : public EndecaCommandDataSourceView<CompoundDimensionSearchCommand^, CompoundDimensionSearchDataSource^>

Remarks

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

Inheritance Hierarchy

See Also