Share via


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
public methodstatic CreateInstance Instantiates specific derivations of the DataDrivenAdapterBase class.
public method Dispose Overloaded.  
public method Equals  (inherited from Object)
public method ExecuteControlAction Executes the designated action of the named control.
public method FindControl Reports whether the named control is available for use.
public method GetAvailableApplicationEvents Gets the list of application events propagated. Intended for design-time use. Custom implementation not required for run-time operation.
public method GetAvailableControlEvents Gets the list of control events propagated. Intended for design-time use. Custom implementation isn’t required for run-time operation.
public method GetControlNames Gets the control names.
public method GetControlValue Gets the current value of the control.
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method RegisterEventListener Overloaded.  
public method SetControlValue Assigns a new value to the named control.
public method ToString  (inherited from Object)
public method UnregisterEventListener Facilitates explicit data-driven adapter event listener unregistration. Called for every registered event on Dispose.

Top

Protected Methods

  Name Description
protected method Dispose Overloaded.  
protected method Finalize Overridden. Destructor for the DataDrivenAdapterBase class.
protected method static GetAttributeValue Overloaded.  
protected method GetControlConfig Gets the subordinate nodes from a top-level XML node of a data-driven adapter control binding.
protected method GetFirstDescendentUnderControlConfig Retrieves the first descendent node from a top-level XML node of a data-driven adapter control binding.
protected method MemberwiseClone  (inherited from Object)
protected method OperationHandler Overloaded.  
protected method 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.
protected method 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.
protected method 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.