AutomationBridgeService 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.
Represents the service used by HAT activities to interact with HAT.
public ref class AutomationBridgeService
public class AutomationBridgeService
type AutomationBridgeService = class
Public Class AutomationBridgeService
- Inheritance
-
AutomationBridgeService
Constructors
AutomationBridgeService() |
Initializes a new instance of the AutomationBridgeService class. |
Properties
ActionData |
Gets or sets the data parameter of the currently executing DoAction. |
InstanceId |
Gets or sets the instance ID. |
Methods
AddDoActionEventTrigger(String, String, String, String, String, String) |
Adds an event trigger against the Data Driven Adapter configured for the hosted application. |
CloseApplication(String) |
Closes a dynamic application. |
DoAction(String, String, Object) |
Invokes a UII DoAction. |
ExecuteControlAction(String, String, Boolean, String) |
Calls the corresponding method on the Data Driven Adapter configured for the hosted application. |
FindControl(String, String) |
Calls the corresponding method on the Data Driven Adapter configured for the hosted application. |
FocusApplication(String) |
Sets focus on an application |
GetContextValue(String) |
Retrieves a value from the UII context. |
GetControlValue(String, String, String) |
Calls the corresponding method on the Data Driven Adapter configured for the hosted application. |
GetInitstring(String, String) |
Gets the associated initialization string. |
HostApplication(String) |
Hosts an application. |
Navigate(String, String, String, Byte[], String) |
Navigates to a particular URL |
RemoveDoActionEventTrigger(String, String, String, String, String) |
Removes an event trigger against the Data Driven Adapter configured for the hosted application. |
SetContextValue(String, String) |
Sets a value in the UII context. |
SetControlValue(String, String, String, String) |
Calls the corresponding method on the Data Driven Adapter configured for the hosted application. |
StartApplication(String) |
Calls the corresponding method on the Data Driven Adapter configured for the hosted application. |