BasicAdapter Class

Represents the base adapter.
Inheritance Hierarchy

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public abstract class BasicAdapter

The BasicAdapter type exposes the following members.

Constructors
  NameDescription
Protected methodBasicAdapter
Initializes a new instance of the BasicAdapter class.
Top
Properties
  NameDescription
Public propertyFriendlyName
Gets or sets the friendly name.
Public propertyHeight
Gets or sets the height.
Public propertyId
Gets or sets the ID.
Public propertyIsLocked
Gets or sets a value indicating whether this adapter is locked.
Public propertyLayerId
Gets or sets the ID of the layer.
Public propertyLeft
Gets or sets the left.
Public propertyName
Gets or sets the name.
Public propertyTop
Gets or sets the top.
Public propertyUIClassName
Gets or sets the name of the corresponding UI class.
Public propertyWidth
Gets or sets the width.
Top
See Also