IAdapterExtension Interface

Interface to be implemented if an extension wants to add its own controls (adapters) into the application.

Namespace: Dundas.BI.Extensibility
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public interface IAdapterExtension

The IAdapterExtension type exposes the following members.

Methods
 NameDescription
Public methodGetInfos Gets the all the AdapterInfo objects corresponding to the extension implementing the IAdapterExtension interface.
Top
See Also