AutomationAdapter Class
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Implements the WF/Automation capability for the hosted application.
Namespace: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting
Assembly: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting (in Microsoft.Uii.HostedApplicationToolkit.AutomationHosting.dll)
Inheritance Hierarchy
System.Object
Microsoft.Uii.Csr.HostedApplicationAdapter
Microsoft.Uii.HostedApplicationToolkit.AutomationHosting.AutomationAdapter
Syntax
public class AutomationAdapter : HostedApplicationAdapter
Public Class AutomationAdapter
Inherits HostedApplicationAdapter
Constructors
Name | Description | |
---|---|---|
AutomationAdapter() | Initializes a new instance of the AutomationAdapter class. |
Properties
Name | Description | |
---|---|---|
ApplicationInitString | Gets or sets the XML string used to initialize the application.(Inherited from HostedApplicationAdapter.) |
|
DataDrivenAdapter | Gets or sets the DDA associated with the application |
|
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 the session this application instance is on. |
|
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
Name | Description | |
---|---|---|
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 application/session shutdown(Overrides HostedApplicationAdapter.Close().) |
|
DoAction(Action, RequestActionEventArgs) | AutomationAdapter implementation of the adapter’s DoAction method.(Overrides HostedApplicationAdapter.DoAction(Action, RequestActionEventArgs).) |
|
DoAction(Action, String) | Obsolete. Called by UII whenever an action is about to be performed on the application.(Inherited from HostedApplicationAdapter.) |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetStateData(String) | Gets the state data.(Overrides HostedApplicationAdapter.GetStateData(String).) |
|
GetType() | (Inherited from Object.) |
|
Initialize() | Initializes the components.(Overrides HostedApplicationAdapter.Initialize().) |
|
MemberwiseClone() | (Inherited from Object.) |
|
NotifyContextChange(Context) | Generates ContextChanged DDA event from NotifyContextChange AIF event.(Overrides HostedApplicationAdapter.NotifyContextChange(Context).) |
|
NotifyContextChange(String) | Obsolete. Obsolete. Called when the context is changed.(Inherited from HostedApplicationAdapter.) |
|
SessionChange(Boolean, String) | Generates Session[De]activated DDA events from SessionChange AIF event.(Overrides HostedApplicationAdapter.SessionChange(Boolean, String).) |
|
SetStateData(String) | Sets the state data.(Overrides HostedApplicationAdapter.SetStateData(String).) |
|
ToString() | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
DdaActionAddApplication | Specifies the AddApplication action of the DDA. |
|
DdaActionAddDoActionEventTrigger | Specifies the AddDoActionEventTrigger action of the DDA. |
|
DdaActionCloseApplication | Specifies the CloseApplication action of the DDA. |
|
DdaActionExecuteControlAction | Specifies the ExecuteControlAction action of the DDA. |
|
DdaActionFindControl | Specifies the FindControl action of the DDA. |
|
DdaActionFocusApplication | Specifies the FocusApplication action of the DDA. |
|
DdaActionGetControlValue | Specifies the GetControlValue action of the DDA. |
|
DdaActionGetInitstring | Specifies the GetInitString action of the DDA. |
|
DdaActionHostApplication | Specifies the HostApplication action of the DDA. |
|
DdaActionRemoveDoActionEventTrigger | Specifies the RemoveDoActionEventTrigger action of the DDA. |
|
DdaActionSetControlValue | Specifies the SetControlValue action of the DDA. |
|
DdaActionStartApplication | Specifies the StartApplication action of the DDA. |
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 | 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.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Uii.HostedApplicationToolkit.AutomationHosting Namespace
Return to top
Unified Service Desk 2.0
© 2016 Microsoft. All rights reserved. Copyright