Defines a common interface indicating that an object is associated with an EndecaCommand.

Namespace:  Endeca.Data.Provider
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public interface ICommandSource
Visual Basic (Declaration)
Public Interface ICommandSource
Visual C++
public interface class ICommandSource

Remarks

This interface supports the UrlManager class in the Endeca.Web assembly, and allows commands and Endeca data sources to be treated in a uniform fashion. In general, application code does not need to interact with this interface.

See Also