IAdapterExtensionGetInfos Method

Gets the all the AdapterInfo objects corresponding to the extension implementing the IAdapterExtension interface.

Namespace:  Dundas.BI.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
IList<AdapterInfo> GetInfos()

Return Value

Type: IListAdapterInfo
The AdapterInfo objects corresponding to the extension implementing the interface.
See Also