Share via


DdaAutomationAdapter Members

Represents DDA-only capability for hosted applications.

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

Public Constructors

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

Top

Public Fields

  Name Description
public field static DdaActionAddDoActionEventTrigger Specifies the add do action even trigger for the DDA.
public field static DdaActionExecuteControlAction Specifies the action to execute for the control.
public field static DdaActionFindControl Specifies the find control action for the DDA.
public field static DdaActionGetControlValue Specifies the get control value action for the DDA.
public field static DdaActionRemoveDoActionEventTrigger Specifies the remove do action event trigger for the DDA.
public field static DdaActionSetControlValue Specifies the set control value action for the control.

Top

Public Properties

  Name Description
public property ApplicationInitString  Gets or sets the XML string used to initialize the application. (inherited from HostedApplicationAdapter)
public property DataDrivenAdapter Gets or sets an associated DDA.
public property DdaApplicationObject  Gets or sets the application object data-driven adapters used to manipulate the application. (inherited from HostedApplicationAdapter)
public property Name  Gets or sets the name of the application that the adapter is working with. (inherited from HostedApplicationAdapter)
public property SessionID  Gets or sets the ID of the current session. The SessionID is used with global applications to track which session is active. (inherited from HostedApplicationAdapter)
public property SessionWorkItem  Gets or sets the work item that identifies the session. (inherited from HostedApplicationAdapter)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method AdapterContextChange  Used by inherited classes to send context change event to UII. (inherited from HostedApplicationAdapter)
public method AdapterFireAction  Used by inherited classes to request an action through UII to other applications. Obsolete.  (inherited from HostedApplicationAdapter)
public method AdapterFireRequestAction  Used by inherited classes to request an action through UII to other applications. (inherited from HostedApplicationAdapter)
public method Close Overridden. Cleans up any resources allocated by the DataDrivenAdapter on shutdown.
public method DoAction  Overloaded. (inherited from HostedApplicationAdapter)
public method DoAction Overridden. DdaAutomationAdapter implementation of the adapter DoAction method.
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetStateData  Gets the UII agent's state. (inherited from HostedApplicationAdapter)
public method GetType  (inherited from Object)
public method Initialize Overridden. Instantiates the DDA.
public method NotifyContextChange  Overloaded. (inherited from HostedApplicationAdapter)
public method SessionChange  Called by UII whenever the session changes. Only happens for global applications. (inherited from HostedApplicationAdapter)
public method SetStateData  Sets the UII agent's state. (inherited from HostedApplicationAdapter)
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method static GetDdaParameters Gets the DDA parameters. (string data, ref string controlName, ref string controlValue, ref string CustomData)
protected method static GetTriggerParameters Gets the trigger parameters.
protected method MemberwiseClone  (inherited from Object)

Top

Public Events

  Name Description
public event AdapterContextChangedEvent  Notifies the UII when the adapter changes the context. (inherited from HostedApplicationAdapter)
public event AdapterFireRequestActionEvent  Lets the adapter request that an action be started. This can be used within custom adapters to send UII actions. (inherited from HostedApplicationAdapter)
public event AdapterRequestActionEvent  Lets the adapter request that an action be fired. This can be used within custom adapters to send UII actions. Obsolete. Obsolete.  (inherited from HostedApplicationAdapter)

Top

See Also

Reference

DdaAutomationAdapter Class
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace

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