A data source that performs a dimension search query against an MDEX Engine.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI..::.DataSourceControl
      Endeca.Web.UI..::.BaseEndecaDataSource
        Endeca.Web.UI..::.EndecaCommandDataSource<(Of <(CompoundDimensionSearchCommand, CompoundDimensionSearchDataSource, CompoundDimensionSearchDataSourceView>)>)
          Endeca.Web.UI..::.CompoundDimensionSearchDataSource

See Also