Share via


Microsoft.Uii.Csr Namespace

 

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

Classes

Class Description
System_CAPS_pubclass Action

Represents the actions for hosted applications (utility class for implementation of the interface).

System_CAPS_pubclass ActionEventArgs

Represents the event arguments for action completion event

System_CAPS_pubclass AifDeckControl

Represents a control that shows hosted applications layered as in a deck.

System_CAPS_pubclass AifShellBase<TShell>

Represents an application that uses a Windows Forms form as its shell.

System_CAPS_pubclass AifTabControl

Represents a control that shows hosted application in a tab form.

System_CAPS_pubclass AifWpfDeckControl

Represents a WPF control that shows hosted applications layered as in a deck.

System_CAPS_pubclass AifWpfShellBase<TShell>

Supports an application that uses a WPF window as its shell.

System_CAPS_pubclass AifWpfTabControl

Represents a control that shows WPF hosted application in a tab form.

System_CAPS_pubclass ApplicationAdapter

Represents the abstract class used to create application adapters.

System_CAPS_pubclass ApplicationHost

Hosts the applications, regardless of type, held by a session.

System_CAPS_pubclass ApplicationHostWorkItem

Represents the ApplicationHost workitem which is linked to a session.

System_CAPS_pubclass AuditLog

Provides services for logging the audit related messages. It caches the messages before updating the DB. It uses asynchronous calls to web services.

System_CAPS_pubclass Context

Represents the context class used to track contextual information, wrapped in an object.

System_CAPS_pubclass ContextEventArgs

Represents the event arguments for add context event.

System_CAPS_pubclass ContextState

Represents contextual information.

System_CAPS_pubclass ExternalApplication

Contains information that is used to integrate an external application with UII.

System_CAPS_pubclass ExternalControl

Wraps external applications in a .Net control so the UII application host can treat them as normal UII hosted applications.

System_CAPS_pubclass HostedAppDomainData

Data class used for passing the data to the Application Domain Thread procedure.

System_CAPS_pubclass HostedAppFactory

This class hold methods to create hosted applications on various levels of isolation.

System_CAPS_pubclass HostedAppLauncher

Summary description for HostedAppLauncher.

System_CAPS_pubclass HostedApplication

Hosted Application abstract base classed, used for hosted application classes like External and Web

System_CAPS_pubclass HostedApplicationAdapter

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

System_CAPS_pubclass HostedControl

This control makes it easier to create WinForm applications by wrapping the most common operations into a base class.

System_CAPS_pubclass HostedControlEx

Obsolete. This makes it easier to create WinForm applications by wrapping the most common operations into a base class. It would be better to make this an abstract class and have the DoAction( Action ) method also be abstract. However doing so causes the VS 2003 UI designer to not allow drag-n-drop layout which most people will want. Thus, the obvious abstract-ness of this class is not being coded.

System_CAPS_pubclass HostedWebApplication

Classes to handle web applications (HTML, ASP, etc) within UII.

System_CAPS_pubclass HostingForm

This WinForm hosts the Windows Control of hosted application of type Hosted Windows Control and axWebBrowser of Hosted Web Application.

System_CAPS_pubclass Initialization

The Initialization class used to track hosted application initialization information, wrapped in an object.

System_CAPS_pubclass LoginFieldNotFoundException

This is the Exception class thrown when a particular login field could not be located.

System_CAPS_pubclass RequestActionEventArgs

Event argument for request action event

System_CAPS_pubclass Session

This represents a single customer session within UII An enumeration over a session give a set of IHostedApplications.

System_CAPS_pubclass SessionControllerEventArgs

Represents the session controller event arguments class.

System_CAPS_pubclass SessionOpenControllerEventArgs

Represents the event arguments for the SessionOpen event.

System_CAPS_pubclass Sessions

Represents an abstract class used to create and handle the individual session classes.

System_CAPS_pubclass HostedWebApplication.WebAction

Actions for hosted web applications.

System_CAPS_pubclass WebApplicationAdapter

Represents an abstract class used by UII developers to create web based adapters.

Interfaces

Interface Description
System_CAPS_pubinterface IHostedApplication

Interface from which hosted applications are derived.

System_CAPS_pubinterface IHostedApplication2

An extension of IHostedApplication.

System_CAPS_pubinterface IHostedApplication3

An extension on IHostedApplication2.

System_CAPS_pubinterface IHostedApplication4

An extension on IHostedApplication3 for the later UII applications to support new features.

System_CAPS_pubinterface IHostedApplication5

An extension on IHostedApplication4 so that UII WPF applications can support new features.

System_CAPS_pubinterface IHostedApplicationEx

Obsolete. IHostedApplicationEx extends the IHostedApplication3 so that older apps are unaffected but newer apps can integrate more effectively with UII.

System_CAPS_pubinterface IHostedApplicationMultichannel

Interface for the hostedapplications operations

System_CAPS_pubinterface IHostedAppUICommand

Interface for Isolated and extended applications.

System_CAPS_pubinterface IScriptableHostedApp

Host application that has scripting support

System_CAPS_pubinterface ISessionController

The session controlling interface for global hosted applications that want to control over the sessions.

Delegates

Delegate Description
System_CAPS_pubdelegate ActionCompletedEventHandler

Represents the event handler to notify the application host that an action has completed.

System_CAPS_pubdelegate AdapterContextChanged

Represents the abstract class used by UII as the generalized base class for other adapters.

System_CAPS_pubdelegate AdapterFireRequestAction

Represents a request to fire an action. Not used by all adapters.

System_CAPS_pubdelegate AdapterProcessChanged

Represents the abstract class that is used by UII developers to create external adapters.

System_CAPS_pubdelegate AdapterRequestAction

Obsolete. Represents a request to fire an action. Not used by all adapters.

System_CAPS_pubdelegate ChangeContextEventHandler

Event handler use in event to add a name-value pair to the context.

System_CAPS_pubdelegate AifTabControl.CloseAppClickHandler

Fired to notify the UI when the user clicks a tab to close the application.

System_CAPS_pubdelegate AifWpfTabControl.CloseAppClickHandler

Notifies the UI when the user clicks the tab to close the application.

System_CAPS_pubdelegate ApplicationHost.CurrentContextChangeEventHandler

Notifies that the context has been changed by some application.

System_CAPS_pubdelegate FormSelectedEventHandler

This delegate handles the Selected form event handler

System_CAPS_pubdelegate ApplicationHost.IsolatedFormSelectedEventHandler

Notifies the others that an isolated application is brought to focus.

System_CAPS_pubdelegate RequestActionEventHandler

Delegate event handler use in event to request an action of another application to be invoked

System_CAPS_pubdelegate ApplicationHost.RequestActionStatusHandler

Event handler for the status of the request action specifically used for Winform application

System_CAPS_pubdelegate ApplicationHost.RequestApplicationAdditionFromAutomationHandler

Event handler for requesting a new application to be added to the application host.

System_CAPS_pubdelegate ApplicationHost.RequestApplicationCloseFromAutomationHandler

Event handler for requesting a new application to be created and hosted within UII.

System_CAPS_pubdelegate ApplicationHost.RequestApplicationCloseHandler

Event handler to notify others that an application is being closed.

System_CAPS_pubdelegate ApplicationHost.RequestApplicationCreationFromAutomationHandler

Event handler for requesting a new application to be created and hosted within UII.

System_CAPS_pubdelegate ApplicationHost.RequestApplicationCreationHandler

Event handler requesting a new application to be created and hosted within UII.

System_CAPS_pubdelegate ApplicationHost.RequestBeforeApplicationCreationHandler

Event handler for requesting a new application to be created and hosted within UII.

System_CAPS_pubdelegate ApplicationHost.RequestFocusEventHandler

Event handler to handle requests to drive focus to a specific application.

System_CAPS_pubdelegate SessionCloseHandler

Represents the handler for SessionClose event.

System_CAPS_pubdelegate SessionControllerEventHandler

Session controller Event delegate

System_CAPS_pubdelegate SessionHideHandler

Hide session event delegate.

System_CAPS_pubdelegate SessionOpenControllerEventHandler

Open Session controller Event delegate

System_CAPS_pubdelegate SessionShowHandler

Show session event delegate.

Enumerations

Enumeration Description
System_CAPS_pubenum HostedWebApplication.WebAction.ActionType

Moved enum into ActionType to encapsulate more effectively for code outside this module such as the adapters.

System_CAPS_pubenum AifInterfaces

Represents the various interfaces that are implemented by hosted applications.

System_CAPS_pubenum ApplicationProperties

Represents the enumeration for application properties.

System_CAPS_pubenum ApplicationType

Represents the set of application types that are read from the web service.

System_CAPS_pubenum CustomerAuthentication

Represents customer authentication information.

System_CAPS_protenum HostedApplication.EngineType

Engine Type

System_CAPS_pubenum HostedWebApplication.WebAction.HttpVerb

Moved enum into ActionType to encapsulate more effectively for code outside this module such as the adapters.

Return to top

Unified Service Desk 2.0

© 2016 Microsoft. All rights reserved. Copyright