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 (26.2.0.1000)
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 in the order in which they need to be included.
Public methodGetResources Gets all the JavaScript resources (as strings) for this info in the order in which they need to be included.
Top
See Also