Share via


HostedApplicationAdapter Members

Abstract class used by User Interface Integration (UII) developers to create custom adapters for external applications.

The following tables list the members exposed by the HostedApplicationAdapter type.

Protected Constructors

  Name Description
  HostedApplicationAdapter Initializes a new instance of the HostedApplicationAdapter class.

Top

Public Properties

  Name Description
public property ApplicationInitString Gets or sets the XML string used to initialize the application.
public property DdaApplicationObject Gets or sets the application object data-driven adapters used to manipulate the application.
public property Name Gets or sets the name of the application that the adapter is working with.
public property SessionID Gets or sets the ID of the current session. The SessionID is used with global applications to track which session is active.
public property SessionWorkItem Gets or sets the work item that identifies the session.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method AdapterContextChange Used by inherited classes to send context change event to UII.
public method AdapterFireAction Used by inherited classes to request an action through UII to other applications. Obsolete.
public method AdapterFireRequestAction Used by inherited classes to request an action through UII to other applications.
public method Close Called when the application this is working with is being closed by the UII application host. This may not run if the application closes itself.
public method DoAction Overloaded.  
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetStateData Gets the UII agent's state.
public method GetType  (inherited from Object)
public method Initialize Initializes the hosted application.
public method NotifyContextChange Overloaded.  
public method SessionChange Called by UII whenever the session changes. Only happens for global applications.
public method SetStateData Sets the UII agent's state.
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Top

Public Events

  Name Description
public event AdapterContextChangedEvent Notifies the UII when the adapter changes the context.
public event AdapterFireRequestActionEvent Lets the adapter request that an action be started. This can be used within custom adapters to send UII actions.
public event AdapterRequestActionEvent Lets the adapter request that an action be fired. This can be used within custom adapters to send UII actions. Obsolete. Obsolete.

Top

See Also

Reference

HostedApplicationAdapter Class
Microsoft.Uii.Csr Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.