AddonDataHandler members
SharePoint 2013
An abstract base class from which all implementations for data modules must derive.
The AddonDataHandler type exposes the following members.
| Name | Description | |
|---|---|---|
|
ConnectionString | Gets the connection string used to connect to the data source. |
|
Data | Gets a DataSet that describes the structure of the data requested by the server. |
|
Error | Gets or sets the exception that specifies the error that occurred while trying to retrieve data. |
|
QueryString | Gets the query string used to request source data. |
| Name | Description | |
|---|---|---|
|
BeginGetData | An implementation of this method initiates an asynchronous request to the data source. |
|
Cancel | An implementation of this method cancels the asynchronous request. |
|
EndGetData | An implementation of this method ends the asynchronous request. |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
ToString | (Inherited from Object.) |
Show: