HostedApplication Members
Hosted Application abstract base classed, used for hosted application classes like External and Web
The following tables list the members exposed by the HostedApplication type.
Protected Constructors
Name | Description | |
---|---|---|
HostedApplication |
Top
Protected Fields
Name | Description | |
---|---|---|
ScriptObjectName | Hosted Application |
Top
Public Properties
(see also Protected Properties)
Name | Description | |
---|---|---|
AgentID | Get or set the agent ID. | |
ApplicationID | Get the application ID. | |
ApplicationName | Get the application name. | |
CanEmbed | Get whether the application can be embedded (is it external?). | |
ConfigurationReader | Configuration reader used for reading app settings from application configuration or the server | |
DisplayGroup | Get the display group. | |
Icon | Gets or sets the icon used to represent the application in the UII UI. | |
ImplementedAsCcf20 | Allows system to run certain routines as CCF 2.0 or prior | |
IsAdapterSessionController | Gets a boolean indicating whether the adapter is a SessionController. | |
IsGlobal | Tells whether the hosted application is global | |
IsListed | Allows to be seen but not listed in SessionExplorer or CurrentSessionUI | |
IsNavigating | Get whether the application is navigating. | |
MinimumSize | Get the hint for the minimum size. | |
OptimumSize | Get the hint for the optimum size. | |
SessionManager | Allows hosted apps to have access to the session manager object | |
TopLevelWindow | Get the top level window. |
Top
Protected Properties
Name | Description | |
---|---|---|
engine | engine |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
AddAction | Method to add an action. | |
Close | Close the application. | |
DoAction | Overloaded. | |
DoDefaultAction | Default action to fire. | |
Equals | (inherited from Object) | |
FireRequestAction | Sends a request to perform some action to another application. If the RequestActionEventArgs has a target of *, then all apps get the action. | |
GetCompiledState | Get the compiled State Obsolete. | |
GetEventSourceInstance | Get the event source instance. Obsolete. | |
GetGlobalInstance | Get global instances Obsolete. | |
GetHashCode | (inherited from Object) | |
GetIconList | Image list for the application. | |
GetStateData | Request to the hosted app to return its current state. | |
GetType | (inherited from Object) | |
Initialize | Called into the application by the framework to allow it to initialize | |
IsImplicitAction | Returns true for actions that do not have to be configured | |
Notify | Notify the script with information. Obsolete. | |
NotifyContextChange | Overloaded. | |
OnCompilerError | On Compiler error Obsolete. | |
SessionChange | Called whenever the session is changed. Only global applications receive this since 'local' applications don't need to know if their session is shown or not. | |
SetContext | Overloaded. | |
SetStateData | Passes saved state to the hosted application. | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
CreateInstance | Overloaded. | |
DoAction | Overloaded. | |
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
Public Events
Name | Description | |
---|---|---|
ActionCompleted | Event fired when the action is complete. Obsolete. | |
ActionCompletedEvent | Event to notify ApplicationHost that an action has completed. | |
ChangeContext | This event is fired when the context is changed. | |
RequestAction | Event fired to request an action. Obsolete. | |
RequestActionEvent | Event fired to request an action. | |
RequestActionStatusEvent | Event to notify ApplicationHost of action status. |
Top
See Also
Reference
HostedApplication Class
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.