AddonDataHandler Members

Include Protected Members
Include Inherited Members

An abstract base class from which all implementations for data modules must derive.

The AddonDataHandler type exposes the following members.

Constructors

  Name Description
Protected method AddonDataHandler Initializes a new instance of this class.

Top

Properties

  Name Description
Public property ConnectionString Gets the connection string used to connect to the data source.
Public property Data Gets a DataSet that describes the structure of the data requested by the server.
Public property Error Gets or sets the exception that specifies the error that occurred while trying to retrieve data.
Public property QueryString Gets the query string used to request source data.

Top

Methods

  Name Description
Public method BeginGetData An implementation of this method initiates an asynchronous request to the data source.
Public method Cancel An implementation of this method cancels the asynchronous request.
Public method EndGetData An implementation of this method ends the asynchronous request.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

AddonDataHandler Class

Microsoft.Office.Visio.Server Namespace