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
protected field static ScriptObjectName Hosted Application

Top

Public Properties

(see also Protected Properties)

  Name Description
public property AgentID Get or set the agent ID.
public property ApplicationID Get the application ID.
public property ApplicationName Get the application name.
public property CanEmbed Get whether the application can be embedded (is it external?).
public property ConfigurationReader Configuration reader used for reading app settings from application configuration or the server
public property DisplayGroup Get the display group.
public property Icon Gets or sets the icon used to represent the application in the UII UI.
public property ImplementedAsCcf20 Allows system to run certain routines as CCF 2.0 or prior
public property IsAdapterSessionController Gets a boolean indicating whether the adapter is a SessionController.
public property IsGlobal Tells whether the hosted application is global
public property IsListed Allows to be seen but not listed in SessionExplorer or CurrentSessionUI
public property IsNavigating Get whether the application is navigating.
public property MinimumSize Get the hint for the minimum size.
public property OptimumSize Get the hint for the optimum size.
public property SessionManager Allows hosted apps to have access to the session manager object
public property TopLevelWindow Get the top level window.

Top

Protected Properties

  Name Description
protected property engine engine

Top

Public Methods

(see also Protected Methods)

  Name Description
public method AddAction Method to add an action.
public method Close Close the application.
public method DoAction Overloaded.  
public method DoDefaultAction Default action to fire.
public method Equals  (inherited from Object)
public method FireRequestAction Sends a request to perform some action to another application. If the RequestActionEventArgs has a target of *, then all apps get the action.
public method GetCompiledState Get the compiled State Obsolete.
public method GetEventSourceInstance Get the event source instance. Obsolete.
public method GetGlobalInstance Get global instances Obsolete.
public method GetHashCode  (inherited from Object)
public method GetIconList Image list for the application.
public method GetStateData Request to the hosted app to return its current state.
public method GetType  (inherited from Object)
public method Initialize Called into the application by the framework to allow it to initialize
public methodstatic IsImplicitAction Returns true for actions that do not have to be configured
public method Notify Notify the script with information. Obsolete.
public method NotifyContextChange Overloaded.  
public method OnCompilerError On Compiler error Obsolete.
public method 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.
public method SetContext Overloaded.  
public method SetStateData Passes saved state to the hosted application.
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method CreateInstance Overloaded.  
protected method DoAction Overloaded.  
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Top

Public Events

  Name Description
public event ActionCompleted Event fired when the action is complete. Obsolete.
public event ActionCompletedEvent Event to notify ApplicationHost that an action has completed.
public event ChangeContext This event is fired when the context is changed.
public event RequestAction Event fired to request an action. Obsolete.
public event RequestActionEvent Event fired to request an action.
public event 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.