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 (24.3.0.1000)
Syntax public 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.
|
TopSee Also