DdaAutomationAdapter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Represents DDA-only capability for hosted applications.
public ref class DdaAutomationAdapter : Microsoft::Uii::Csr::HostedApplicationAdapter
[System.CLSCompliant(false)]
public class DdaAutomationAdapter : Microsoft.Uii.Csr.HostedApplicationAdapter
[<System.CLSCompliant(false)>]
type DdaAutomationAdapter = class
inherit HostedApplicationAdapter
Public Class DdaAutomationAdapter
Inherits HostedApplicationAdapter
- Inheritance
- Attributes
Constructors
DdaAutomationAdapter() |
Initializes a new instance of the DdaAutomationAdapter class. |
Fields
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. |
Properties
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) |
Methods
AdapterContextChange(Context) |
Used by inherited classes to send context change event to UII. (Inherited from HostedApplicationAdapter) |
AdapterFireAction(String, String, String) |
Obsolete.
Used by inherited classes to request an action through UII to other applications. (Inherited from HostedApplicationAdapter) |
AdapterFireRequestAction(RequestActionEventArgs) |
Used by inherited classes to request an action through UII to other applications. (Inherited from HostedApplicationAdapter) |
Close() |
Cleans up any resources allocated by the DataDrivenAdapter on shutdown. |
DoAction(Action, RequestActionEventArgs) |
DdaAutomationAdapter implementation of the adapter DoAction method. |
DoAction(Action, String) |
Obsolete.
Called by UII whenever an action is about to be performed on the application. (Inherited from HostedApplicationAdapter) |
GetDdaParameters(String, String, String, String) |
Gets the DDA parameters. (string data, ref string controlName, ref string controlValue, ref string CustomData) |
GetStateData(String) |
Gets the UII agent's state. (Inherited from HostedApplicationAdapter) |
GetTriggerParameters(String, String, String, String, String, String) |
Gets the trigger parameters. |
Initialize() |
Instantiates the DDA. |
NotifyContextChange(Context) |
Called when the context is changed. (Inherited from HostedApplicationAdapter) |
NotifyContextChange(String) |
Obsolete.
Obsolete. Called when the context is changed. (Inherited from HostedApplicationAdapter) |
SessionChange(Boolean, String) |
Called by UII whenever the session changes. Only happens for global applications. (Inherited from HostedApplicationAdapter) |
SetStateData(String) |
Sets the UII agent's state. (Inherited from HostedApplicationAdapter) |
Events
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 |
Obsolete.
Lets the adapter request that an action be fired. This can be used within custom adapters to send UII actions. Obsolete. (Inherited from HostedApplicationAdapter) |