Command to retrieve the set of DimensionValues that match a given set of search terms from the MDEX Engine.

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

Syntax

C#
public class DimensionSearchCommand : EndecaCommand, 
	ICommandSource<DimensionSearchCommand>, ICommandSource
Visual Basic (Declaration)
Public Class DimensionSearchCommand _
	Inherits EndecaCommand _
	Implements ICommandSource(Of DimensionSearchCommand), ICommandSource
Visual C++
public ref class DimensionSearchCommand : public EndecaCommand, 
	ICommandSource<DimensionSearchCommand^>, ICommandSource

Inheritance Hierarchy

System..::.Object
  Endeca.Data.Provider..::.EndecaCommand
    Endeca.Data..::.DimensionSearchCommand

See Also