Udostępnij za pośrednictwem


WinDataDrivenAdapter Members

Represents the adapter for Windows applications to manage access between the applications, user interface, and automated entities within UII.

The following tables list the members exposed by the WinDataDrivenAdapter type.

Public Constructors

  Name Description
  WinDataDrivenAdapter Initializes a new instance of the WinDataDrivenAdapter class.

Top

Public Fields

  Name Description
public field static PREFIX Specifies the prefix used to identify this data-driven adapter.

Top

Public Methods

(see also Protected Methods)

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

Top

Protected Methods

  Name Description
protected method Dispose  Overloaded. (inherited from DataDrivenAdapterBase)
protected method Dispose Overridden. Cleans up any resources being used.
protected method Finalize  Overridden. Destructor for the DataDrivenAdapterBase class. (inherited from Object)
protected method FindAccEventsWindow Finds the window to listen to the accessibility events.
protected method FindAccObj Finds the accessibility object using the control name.
protected method FindMenuItem Finds the menu item associated with a control.
protected method FindWindowFromControlName Finds the window that contains the control.
protected method GetControlConfig  Gets the subordinate nodes from a top-level XML node of a data-driven adapter control binding. (inherited from DataDrivenAdapterBase)
protected method GetFirstDescendentUnderControlConfig  Retrieves the first descendent node from a top-level XML node of a data-driven adapter control binding. (inherited from DataDrivenAdapterBase)
protected method MemberwiseClone  (inherited from Object)
protected method OperationHandler  Overloaded. (inherited from DataDrivenAdapterBase)
protected method OperationHandler Overridden. Calls to the WinDataDrivenAdapter API to manipulate the user interface (UI) are dispatched to this handler.
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. (inherited from DataDrivenAdapterBase)
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. (inherited from DataDrivenAdapterBase)
protected method StartAccEventListenerIfNecessary Triggers the instantiation of AccEventListener.
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. (inherited from DataDrivenAdapterBase)

Top

See Also

Reference

WinDataDrivenAdapter Class
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace

Other Resources

Win DDA

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.