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 | |
---|---|---|
DdaActionAddDoActionEventTrigger | Specifies the add do action even trigger for the DDA. | |
DdaActionExecuteControlAction | Specifies the action to execute for the control. | |
DdaActionFindControl | Specifies the find control action for the DDA. | |
DdaActionGetControlValue | Specifies the get control value action for the DDA. | |
DdaActionRemoveDoActionEventTrigger | Specifies the remove do action event trigger for the DDA. | |
DdaActionSetControlValue | Specifies the set control value action for the control. |
Top
Public Properties
Name | Description | |
---|---|---|
ApplicationInitString | Gets or sets the XML string used to initialize the application. (inherited from HostedApplicationAdapter) | |
DataDrivenAdapter | Gets or sets an associated DDA. | |
DdaApplicationObject | Gets or sets the application object data-driven adapters used to manipulate the application. (inherited from HostedApplicationAdapter) | |
Name | Gets or sets the name of the application that the adapter is working with. (inherited from HostedApplicationAdapter) | |
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) | |
SessionWorkItem | Gets or sets the work item that identifies the session. (inherited from HostedApplicationAdapter) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
AdapterContextChange | Used by inherited classes to send context change event to UII. (inherited from HostedApplicationAdapter) | |
AdapterFireAction | Used by inherited classes to request an action through UII to other applications. Obsolete. (inherited from HostedApplicationAdapter) | |
AdapterFireRequestAction | Used by inherited classes to request an action through UII to other applications. (inherited from HostedApplicationAdapter) | |
Close | Overridden. Cleans up any resources allocated by the DataDrivenAdapter on shutdown. | |
DoAction | Overloaded. (inherited from HostedApplicationAdapter) | |
DoAction | Overridden. DdaAutomationAdapter implementation of the adapter DoAction method. | |
Equals | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetStateData | Gets the UII agent's state. (inherited from HostedApplicationAdapter) | |
GetType | (inherited from Object) | |
Initialize | Overridden. Instantiates the DDA. | |
NotifyContextChange | Overloaded. (inherited from HostedApplicationAdapter) | |
SessionChange | Called by UII whenever the session changes. Only happens for global applications. (inherited from HostedApplicationAdapter) | |
SetStateData | Sets the UII agent's state. (inherited from HostedApplicationAdapter) | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
GetDdaParameters | Gets the DDA parameters. (string data, ref string controlName, ref string controlValue, ref string CustomData) | |
GetTriggerParameters | Gets the trigger parameters. | |
MemberwiseClone | (inherited from Object) |
Top
Public Events
Name | Description | |
---|---|---|
AdapterContextChangedEvent | Notifies the UII when the adapter changes the context. (inherited from HostedApplicationAdapter) | |
AdapterFireRequestActionEvent | Lets the adapter request that an action be started. This can be used within custom adapters to send UII actions. (inherited from HostedApplicationAdapter) | |
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.