AdapterInfo Class

The info for an adapter.
Inheritance Hierarchy
SystemObject
  Dundas.BI.ExtensibilityAdapterInfo

Namespace:  Dundas.BI.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntax
public abstract class AdapterInfo

The AdapterInfo type exposes the following members.

Constructors
  NameDescription
Protected methodAdapterInfo
Initializes a new instance of the AdapterInfo class.
Top
Properties
  NameDescription
Public propertyFullJavaScriptName
Gets or sets the full JavaScript name of the info class.
Top
Methods
  NameDescription
Public methodGetCssResources
Gets all the CSS resources (as strings) for this info. The order they are returned should be the ordered they need to be included in.
Public methodGetResources
Gets all the JavaScript resources (as strings) for this info. The order they are returned should be the ordered they need to be included in.
Top
See Also