DynamicsBaseHostedControl Class
Base class for creating native Unified Service Desk hosted controls.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As DynamicsBaseHostedControl
Syntax
'Declaration
Public Class DynamicsBaseHostedControl
Inherits HostedWpfControl
Implements IDesktopUserActionsConsumer, IUsdControl, ISessionInfoConsumer
public class DynamicsBaseHostedControl : HostedWpfControl, IDesktopUserActionsConsumer, IUsdControl, ISessionInfoConsumer
public ref class DynamicsBaseHostedControl : public HostedWpfControl, IDesktopUserActionsConsumer, IUsdControl, ISessionInfoConsumer
public class DynamicsBaseHostedControl extends HostedWpfControl implements IDesktopUserActionsConsumer, IUsdControl,
ISessionInfoConsumer
public class DynamicsBaseHostedControl extends HostedWpfControl implements IDesktopUserActionsConsumer, IUsdControl,
ISessionInfoConsumer
Remarks
A hosted control in Unified Service Desk is a .NET component or a CRM/external webpage that is hosted within the Unified Service Desk application. More information:Unified Service Desk Hosted Controls
Inheritance Hierarchy
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
System.Windows.Controls.ContentControl
System.Windows.Controls.UserControl
Microsoft.Uii.Csr.Aif.HostedApplication.HostedWpfControl
Microsoft.Crm.UnifiedServiceDesk.Dynamics.DynamicsBaseHostedControl
Derived Classes
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
DynamicsBaseHostedControl Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace
Other Resources
Unified Service Desk Hosted Controls
Create custom Unified Service Desk hosted control
Hosted control types and action and event reference
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.