Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the data driven adapter for interacting with the controls on a webpage.
The following tables list the members exposed by the WebDataDrivenAdapter type.
Public Constructors
Name | Description | |
---|---|---|
WebDataDrivenAdapter | Initializes a new instance of the WebDataDrivenAdapter class. |
Top
Public Fields
Name | Description | |
---|---|---|
![]() ![]() |
PREFIX | Specifies the prefix used to identify the data driven adapter. |
Top
Protected Properties
Name | Description | |
---|---|---|
![]() |
CurrentHtmlDocument | Gets or sets the current selected HTML document. |
![]() |
IsCurrentHtmlDocumentAvailable | Gets the Boolean value that specifies whether the current HTML document is available. |
![]() |
WebBrowser | Gets or sets the instance of the web browser control provided to the constructor. |
![]() |
WebBrowserHtmlDocument | Gets the HTLM document of the web browser object. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
![]() |
Dispose | Overloaded. (inherited from DataDrivenAdapterBase) |
![]() |
Equals | (inherited from Object) |
![]() |
ExecuteControlAction | Executes the designated action of the named control. (inherited from DataDrivenAdapterBase) |
![]() |
FindControl | Reports whether the named control is available for use. (inherited from DataDrivenAdapterBase) |
![]() ![]() |
GetApplicationEvents | Gets the list of application events propagated. Intended for design-time use. Custom implementation not required for run-time operation. |
![]() |
GetAvailableApplicationEvents | Overridden. Gets the list of application events propagated. Intended for design-time use. Custom implementation not required for run-time operation. |
![]() |
GetAvailableControlEvents | Overridden. Gets the list of control events propagated. Intended for design-time use. Custom implementation not required for run-time operation. |
![]() ![]() |
GetControlEvents | Gets the list of control events propagated. Intended for design-time use. Custom implementation not required for run-time operation. |
![]() |
GetControlNames | Gets the control names. (inherited from DataDrivenAdapterBase) |
![]() |
GetControlValue | Gets the current value of the control. (inherited from DataDrivenAdapterBase) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetType | (inherited from Object) |
![]() |
RegisterEventListener | Overloaded. (inherited from DataDrivenAdapterBase) |
![]() |
RegisterEventListener | Overridden. Facilitates explicit WebDDA event listener registration. |
![]() |
SetControlValue | Assigns a new value to the named control. (inherited from DataDrivenAdapterBase) |
![]() |
ToString | (inherited from Object) |
![]() |
UnregisterEventListener | Overridden. Facilitates explicit WebDDA event listener unregistration. Called for every registered event on Dispose(). |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Dispose | Overloaded. (inherited from DataDrivenAdapterBase) |
![]() |
Finalize | Overridden. Destructor for the DataDrivenAdapterBase class. (inherited from Object) |
![]() |
FindControlHtmlElement | Finds the operable HTML elements. |
![]() |
GetControlConfig | Gets the subordinate nodes from a top-level XML node of a data-driven adapter control binding. (inherited from DataDrivenAdapterBase) |
![]() |
GetFirstDescendentUnderControlConfig | Retrieves the first descendent node from a top-level XML node of a data-driven adapter control binding. (inherited from DataDrivenAdapterBase) |
![]() |
MemberwiseClone | (inherited from Object) |
![]() |
OperationHandler | Overloaded. (inherited from DataDrivenAdapterBase) |
![]() |
OperationHandler | Overridden. Calls to the WebDataDrivenAdapter API to manipulate the UI are dispatched to this handler. |
![]() |
RaiseEvent | Raises events where necessary. There is no synchronization context marshalling. Events go out on the thread that raised them. It is the listeners responsibility to perform an application-specific thread marshalling as required. (inherited from DataDrivenAdapterBase) |
![]() |
RegisterEventListenerBase | Adds the specified listenerCallback to the internal list of registered listeners. Once registered, RaiseEvent can then be used to raise the event to the registered listeners. (inherited from DataDrivenAdapterBase) |
![]() |
UnregisterEventListenerBase | Removes the specified listenerCallback from the internal list of registered listeners. Once unregistered, RaiseEvent no longer can be used to raise the event. (inherited from DataDrivenAdapterBase) |
Top
See Also
Reference
WebDataDrivenAdapter Class
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Other Resources
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.