WebApplicationAdapter Members
Represents an abstract class used by UII developers to create web based adapters.
The following tables list the members exposed by the WebApplicationAdapter type.
Protected Constructors
Name | Description | |
---|---|---|
WebApplicationAdapter | Initializes a new instance of the WebApplicationAdapter class. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
ApplicationInitString | Gets or sets the XML string used to initialize the application. (inherited from HostedApplicationAdapter) |
![]() |
Browser | Gets or sets a reference to the Internet Explorer browser that hosts the web application. |
![]() |
DdaApplicationObject | Gets or sets the application object data-driven adapters used to manipulate the application. (inherited from HostedApplicationAdapter) |
![]() |
EmptyQueryStringData | Gets or sets a Boolean value that represents the visibility of data specified by System Integrator. |
![]() |
EncodeQueryStringData | Gets or sets the flag to turn on encoding of data. |
![]() |
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) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
![]() |
AdapterContextChange | Used by inherited classes to send context change event to UII. (inherited from HostedApplicationAdapter) |
![]() |
AdapterFireAction | Used by inherited classes to request an action through UII to other applications. Obsolete. (inherited from HostedApplicationAdapter) |
![]() |
AdapterFireRequestAction | Used by inherited classes to request an action through UII to other applications. (inherited from HostedApplicationAdapter) |
![]() |
BeforeNavigate | Called by UII whenever the hosted web application navigates to a new page. The application, action, and data arguments can all be modified. |
![]() |
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. (inherited from HostedApplicationAdapter) |
![]() |
DoAction | Overloaded. (inherited from HostedApplicationAdapter) |
![]() |
DoAction | Called by UII whenever an action is about to be performed on the web application. |
![]() |
DocumentComplete | Called when the document loading is completed. |
![]() |
Equals | (inherited from Object) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetStateData | Gets the UII agent's state. (inherited from HostedApplicationAdapter) |
![]() |
GetType | (inherited from Object) |
![]() |
Initialize | Initializes the hosted application. (inherited from HostedApplicationAdapter) |
![]() |
NavigateComplete | Called when navigation for this browser is completed. |
![]() |
NotifyContextChange | Overloaded. (inherited from HostedApplicationAdapter) |
![]() |
OnNewWindow | Creates a new browser window. It permits the application to cancel or allow the NewWindow operation. |
![]() |
SessionChange | Called by UII whenever the session changes. Only happens for global applications. (inherited from HostedApplicationAdapter) |
![]() |
SetStateData | Sets the UII agent's state. (inherited from HostedApplicationAdapter) |
![]() |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object) |
![]() |
MemberwiseClone | (inherited from Object) |
Top
Public 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 | Lets the adapter request that an action be fired. This can be used within custom adapters to send UII actions. Obsolete. Obsolete. (inherited from HostedApplicationAdapter) |
Top
See Also
Reference
WebApplicationAdapter Class
Microsoft.Uii.Csr Namespace
Use UII web application adapter
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.