Share via


DdaAutomationAdapter Class

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016

Represents DDA-only capability for hosted applications.

This API is not CLS-compliant.

Namespace:   Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly:  Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Uii.Csr.HostedApplicationAdapter
    Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.DdaAutomationAdapter

Syntax

[CLSCompliantAttribute(false)]
public class DdaAutomationAdapter : HostedApplicationAdapter
<CLSCompliantAttribute(False)>
Public Class DdaAutomationAdapter
    Inherits HostedApplicationAdapter

Constructors

Name Description
System_CAPS_pubmethod DdaAutomationAdapter()

Initializes a new instance of the DdaAutomationAdapter class.

Properties

Name Description
System_CAPS_pubproperty ApplicationInitString

Gets or sets the XML string used to initialize the application.(Inherited from HostedApplicationAdapter.)

System_CAPS_pubproperty DataDrivenAdapter

Gets or sets an associated DDA.

System_CAPS_pubproperty DdaApplicationObject

Gets or sets the application object data-driven adapters used to manipulate the application.(Inherited from HostedApplicationAdapter.)

System_CAPS_pubproperty Name

Gets or sets the name of the application that the adapter is working with.(Inherited from HostedApplicationAdapter.)

System_CAPS_pubproperty 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.)

System_CAPS_pubproperty SessionWorkItem

Gets or sets the work item that identifies the session.(Inherited from HostedApplicationAdapter.)

Methods

Name Description
System_CAPS_pubmethod AdapterContextChange(Context)

Used by inherited classes to send context change event to UII.(Inherited from HostedApplicationAdapter.)

System_CAPS_pubmethod AdapterFireAction(String, String, String)

Obsolete. Used by inherited classes to request an action through UII to other applications.(Inherited from HostedApplicationAdapter.)

System_CAPS_pubmethod AdapterFireRequestAction(RequestActionEventArgs)

Used by inherited classes to request an action through UII to other applications.(Inherited from HostedApplicationAdapter.)

System_CAPS_pubmethod Close()

Cleans up any resources allocated by the DataDrivenAdapter on shutdown.(Overrides HostedApplicationAdapter.Close().)

System_CAPS_pubmethod DoAction(Action, RequestActionEventArgs)

DdaAutomationAdapter implementation of the adapter DoAction method.(Overrides HostedApplicationAdapter.DoAction(Action, RequestActionEventArgs).)

System_CAPS_pubmethod DoAction(Action, String)

Obsolete. Called by UII whenever an action is about to be performed on the application.(Inherited from HostedApplicationAdapter.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_protmethodSystem_CAPS_static GetDdaParameters(String, String, String, String)

Gets the DDA parameters. (string data, ref string controlName, ref string controlValue, ref string CustomData)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetStateData(String)

Gets the UII agent's state.(Inherited from HostedApplicationAdapter.)

System_CAPS_protmethodSystem_CAPS_static GetTriggerParameters(String, String, String, String, String, String)

Gets the trigger parameters.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Initialize()

Instantiates the DDA.(Overrides HostedApplicationAdapter.Initialize().)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod NotifyContextChange(Context)

Called when the context is changed.(Inherited from HostedApplicationAdapter.)

System_CAPS_pubmethod NotifyContextChange(String)

Obsolete. Obsolete. Called when the context is changed.(Inherited from HostedApplicationAdapter.)

System_CAPS_pubmethod SessionChange(Boolean, String)

Called by UII whenever the session changes. Only happens for global applications.(Inherited from HostedApplicationAdapter.)

System_CAPS_pubmethod SetStateData(String)

Sets the UII agent's state.(Inherited from HostedApplicationAdapter.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static DdaActionAddDoActionEventTrigger

Specifies the add do action even trigger for the DDA.

System_CAPS_pubfieldSystem_CAPS_static DdaActionExecuteControlAction

Specifies the action to execute for the control.

System_CAPS_pubfieldSystem_CAPS_static DdaActionFindControl

Specifies the find control action for the DDA.

System_CAPS_pubfieldSystem_CAPS_static DdaActionGetControlValue

Specifies the get control value action for the DDA.

System_CAPS_pubfieldSystem_CAPS_static DdaActionRemoveDoActionEventTrigger

Specifies the remove do action event trigger for the DDA.

System_CAPS_pubfieldSystem_CAPS_static DdaActionSetControlValue

Specifies the set control value action for the control.

Events

Name Description
System_CAPS_pubevent AdapterContextChangedEvent

Notifies the UII when the adapter changes the context.(Inherited from HostedApplicationAdapter.)

System_CAPS_pubevent AdapterFireRequestActionEvent

Lets the adapter request that an action be started. This can be used within custom adapters to send UII actions.(Inherited from HostedApplicationAdapter.)

System_CAPS_pubevent 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.DataDrivenAdapter Namespace

Return to top

Unified Service Desk 2.0

© 2017 Microsoft. All rights reserved. Copyright