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 (25.3.0.1000)
Syntaxpublic interface IAdapterExtension
Public Interface IAdapterExtension
public interface class IAdapterExtension
type IAdapterExtension =  interface end
The IAdapterExtension type exposes the following members.
Methods| 
								 
							 | Name | Description | 
|---|
  | GetInfos | 
            Gets the all the  AdapterInfo objects corresponding to the extension implementing the  IAdapterExtension interface.
              | 
Top
See Also