Share via


CRMDialogs Class

Definition

Represents a base WPF hosted control for use with UII desktop.

public ref class CRMDialogs : Microsoft::Uii::Csr::Aif::HostedApplication::HostedWpfControl, Microsoft::Uii::Desktop::Core::IDesktopUserActionsConsumer, System::Windows::Markup::IComponentConnector
public class CRMDialogs : Microsoft.Uii.Csr.Aif.HostedApplication.HostedWpfControl, Microsoft.Uii.Desktop.Core.IDesktopUserActionsConsumer, System.Windows.Markup.IComponentConnector
type CRMDialogs = class
    inherit HostedWpfControl
    interface IDesktopUserActionsConsumer
    interface IComponentConnector
Public Class CRMDialogs
Inherits HostedWpfControl
Implements IComponentConnector, IDesktopUserActionsConsumer
Inheritance
Implements

Constructors

CRMDialogs()

Initializes a new instance of the CRMDialogs class.

CRMDialogs(Guid, String, String)

Initializes an instance of the CRMDialogs class.

Fields

_applicationInitString (Inherited from HostedWpfControl)
actions

Specifies a dictionary of associated actions

(Inherited from HostedWpfControl)
actionsByID

Specifies a dictionary of associated actions.

(Inherited from HostedWpfControl)

Properties

AgentID

Gets or sets the agent ID.

(Inherited from HostedWpfControl)
AppHostWorkItem

Gets or sets the application host work item.

(Inherited from HostedWpfControl)
ApplicationHost

Gets or sets the host application.

(Inherited from HostedWpfControl)
ApplicationID

Gets the unique id for this hosted application.

(Inherited from HostedWpfControl)
ApplicationName

Gets the name of the hosted application.

(Inherited from HostedWpfControl)
CanEmbed

Gets a Boolean value that specifies whether the application can be hosted within the UII panels.

(Inherited from HostedWpfControl)
ConfigurationReader

Gets or set the hosted controls configuration value reader object.

(Inherited from HostedWpfControl)
Context

Gets or sets the session-wide context. Modifying this also notifies other applications of the context change.

(Inherited from HostedWpfControl)
DisplayGroup

Gets the name of the UII panel this application is hosted within.

(Inherited from HostedWpfControl)
EnableAutoSignOn

Gets the Boolean value that specifies whether auto sign on is enabled.

(Inherited from HostedWpfControl)
HostedApplicationAdapter (Inherited from HostedWpfControl)
Icon
Obsolete.

Gets or sets the icone.

(Inherited from HostedWpfControl)
ImageSource

Gets or sets the image source.

(Inherited from HostedWpfControl)
ImplementedAsCcf20

Gets a Boolean value that specifies whether the system runs certain routines as CCF 2.0 or prior.

(Inherited from HostedWpfControl)
IsAdapterSessionController

Gets a boolean value that specifies whether the adapter is a session controller.

(Inherited from HostedWpfControl)
IsDynamic

Gets or sets a Boolean value that specifies whether this instance is dynamic.

(Inherited from HostedWpfControl)
IsGlobal

Gets or sets a Boolean value that specifies whether the hosted application is global.

(Inherited from HostedWpfControl)
IsListed

Gets a Boolean value that specifies whether the application is listed in SessionExplorer or CurrentSessionUI

(Inherited from HostedWpfControl)
IsNavigating

Gets a Boolean value that specifies whether the application is changing its state.

(Inherited from HostedWpfControl)
IsTagged

Gets or sets a Boolean value that specifies whether the application is dependent on workflow.

(Inherited from HostedWpfControl)
MinimumSize

Gets or sets the minimum size up to which the control can be resized.

(Inherited from HostedWpfControl)
OptimumSize

Gets the size the optimum size of the application’s window.

(Inherited from HostedWpfControl)
SessionManager

Configures session manager.

Text

Gets or sets the text for the window or tab control containing this application.

(Inherited from HostedWpfControl)
TopLevelWindow
Obsolete.

Gets the top level window of this hosted app.

(Inherited from HostedWpfControl)
TopLevelWpfWindow

Gets the top level wpf window of the hosted application.

(Inherited from HostedWpfControl)

Methods

adapter_AdapterContextChangedEvent(Context) (Inherited from HostedWpfControl)
adapter_AdapterFireRequestActionEvent(RequestActionEventArgs) (Inherited from HostedWpfControl)
adapter_AdapterRequestActionEvent(String, String, String) (Inherited from HostedWpfControl)
AddAction(Int32, String, String)

Adds an action for use from one application or the UII core to this application.

(Inherited from HostedWpfControl)
AddImplicitAction(String)

Adds an implicit action.

(Inherited from HostedWpfControl)
AssignCase()

Assigns the case.

Close()

Closes the application.

(Inherited from HostedWpfControl)
CreateInstance(String, String, WorkItem) (Inherited from HostedWpfControl)
DesktopLoadingComplete()

Raised when the desktop loading is complete.

DisplayDialog(String)

Displays the dialog box.

DisplayWindow(String)

Displays the window.

DoAction(Action, String)
Obsolete.

Method to override in the implemention to handle the action.

(Inherited from HostedWpfControl)
DoAction(Int32, String)
Obsolete.

Called to perform the action configured in the database.

(Inherited from HostedWpfControl)
DoAction(RequestActionEventArgs)

Represents the action handler for UII.

DoAction(String, String)
Obsolete.

Called to perform the action configured in the database.

(Inherited from HostedWpfControl)
DoDefaultAction()

Performs this hosted application's default action, if there is one.

(Inherited from HostedWpfControl)
ErrorMsg(String, String)

Displays the error message.

(Inherited from HostedWpfControl)
FireChangeContext(ContextEventArgs)

Informs all the other applications that the context has changed.

(Inherited from HostedWpfControl)
FireRequestAction(RequestActionEventArgs)

Sends a request to perform some action to another application.

(Inherited from HostedWpfControl)
GetConfigurationValue(String)

Gets the configuration value.

GetIconList()

Gets the list of icons.

(Inherited from HostedWpfControl)
GetImageSourceList()

Gets the list of image source.

(Inherited from HostedWpfControl)
GetStateData()

Gets the application state data.

(Inherited from HostedWpfControl)
HandleRequestAction(Object, RequestActionEventArgs)

This is for internal UII use only. Please do not use directly. Public visibility necessary for CAB integration.

(Inherited from HostedWpfControl)
HandleRequestDefaultAction(Object, DataEventArgs<ApplicationProperties>)

This is for internal UII use only. Please do not use directly. Public visibility necessary for CAB integration.

(Inherited from HostedWpfControl)
Initialize()

Initializes the CRM dialog.

InitializeComponent()

Initializes the CRM dialog components.

loadAdapter(XmlDocument, Object) (Inherited from HostedWpfControl)
NotifyContextChange(Context)

Notifies the application of a context change.

NotifyContextChange(String)
Obsolete.

Notifies the application of a context change.

(Inherited from HostedWpfControl)
SessionChange(Boolean, Guid)

Activates or deactivates the session. Not called for non-global applications.

(Inherited from HostedWpfControl)
SetContext(Context)
Obsolete.

This is used to set the context from applicationhost without causing further notifications.

(Inherited from HostedWpfControl)
SetContext(String)
Obsolete.

This is used to set the context from applicationhost without causing further notifications.

(Inherited from HostedWpfControl)
SetDesktopUserActionsAccess(IDesktopUserActions)

Provides access to system level UII functions.

SetStateData(String)

Sets the StateData ofthe controls

(Inherited from HostedWpfControl)

Events

ActionCompleted
Obsolete.

For internal use only

(Inherited from HostedWpfControl)
ActionCompletedEvent

Event to notify the hosted application that an action has completed.

(Inherited from HostedWpfControl)
ChangeContext

Notifies the hosted application that the context has changed.

(Inherited from HostedWpfControl)
RequestAction
Obsolete.

For internal use only

(Inherited from HostedWpfControl)
RequestActionEvent

Requests the action of another application to be invoked.

(Inherited from HostedWpfControl)
RequestActionStatusEvent

Notifies the hosted application of action status.

(Inherited from HostedWpfControl)

Explicit Interface Implementations

IComponentConnector.Connect(Int32, Object)

Applies to