DataDrivenAdapterBase Members
Represents the base adapter abstract class to manage access between the application, user interface, and automated entities within UII.
The following tables list the members exposed by the DataDrivenAdapterBase type.
Protected Constructors
Name | Description | |
---|---|---|
DataDrivenAdapterBase | Initializes a new instance of the DataDrivenAdapterBase class. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
CreateInstance | Instantiates specific derivations of the DataDrivenAdapterBase class. | |
Dispose | Overloaded. | |
Equals | (inherited from Object) | |
ExecuteControlAction | Executes the designated action of the named control. | |
FindControl | Reports whether the named control is available for use. | |
GetAvailableApplicationEvents | Gets the list of application events propagated. Intended for design-time use. Custom implementation not required for run-time operation. | |
GetAvailableControlEvents | Gets the list of control events propagated. Intended for design-time use. Custom implementation isn’t required for run-time operation. | |
GetControlNames | Gets the control names. | |
GetControlValue | Gets the current value of the control. | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
RegisterEventListener | Overloaded. | |
SetControlValue | Assigns a new value to the named control. | |
ToString | (inherited from Object) | |
UnregisterEventListener | Facilitates explicit data-driven adapter event listener unregistration. Called for every registered event on Dispose. |
Top
Protected Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. | |
Finalize | Overridden. Destructor for the DataDrivenAdapterBase class. | |
GetAttributeValue | Overloaded. | |
GetControlConfig | Gets the subordinate nodes from a top-level XML node of a data-driven adapter control binding. | |
GetFirstDescendentUnderControlConfig | Retrieves the first descendent node from a top-level XML node of a data-driven adapter control binding. | |
MemberwiseClone | (inherited from Object) | |
OperationHandler | Overloaded. | |
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. | |
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. | |
UnregisterEventListenerBase | Removes the specified listenerCallback from the internal list of registered listeners. Once unregistered, RaiseEvent no longer can be used to raise the event. |
Top
See Also
Reference
DataDrivenAdapterBase Class
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Other Resources
UII data driven adapters
Use Data Driven Adapters (DDAs)
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.