CRMPresenter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the interaction logic for CRMPresenter.xaml
public ref class CRMPresenter : Microsoft::Crm::UnifiedServiceDesk::Dynamics::Controls::PresenterControl, Microsoft::Crm::UnifiedServiceDesk::Dynamics::Controls::Browser2::IBridgeCRMPresenter, System::Windows::Markup::IComponentConnector
public class CRMPresenter : Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.PresenterControl, Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.Browser2.IBridgeCRMPresenter, System.Windows.Markup.IComponentConnector
type CRMPresenter = class
inherit PresenterControl
interface IBridgeCRMPresenter
interface IComponentConnector
Public Class CRMPresenter
Inherits PresenterControl
Implements IBridgeCRMPresenter, IComponentConnector
- Inheritance
- Implements
Constructors
CRMPresenter(String, XmlDocument, IDesktopUserActions, DynamicsBaseHostedControl, Sessions, List<String>, Session) |
Initializes a new instance of the CRMPresenter class. |
Fields
_client | (Inherited from PresenterControl) |
_crmWebResource | (Inherited from PresenterControl) |
applicationName | (Inherited from PresenterControl) |
CRMWindowRouter | (Inherited from PresenterControl) |
InitString | (Inherited from PresenterControl) |
onLoadHistory | (Inherited from PresenterControl) |
parentHostedControl | (Inherited from PresenterControl) |
scanForDataParameters |
Scans for data parameters. |
SelectedBrowser | (Inherited from PresenterControl) |
thisApplication | (Inherited from PresenterControl) |
UIThread | (Inherited from PresenterControl) |
WebBrowserContainer | (Inherited from PresenterControl) |
Properties
ActiveBrowser | (Inherited from PresenterControl) |
allowMultiplePages | (Inherited from PresenterControl) |
ApplicationName | (Inherited from PresenterControl) |
CurrentContext | (Inherited from PresenterControl) |
CurrentUrl | (Inherited from PresenterControl) |
desktopAccess | (Inherited from PresenterControl) |
HasDataBeenCaptured | |
IsDashboard |
Gets or set s Boolean value that specifies whether the control is a dashboard. |
localSession | (Inherited from PresenterControl) |
localSessionManager | (Inherited from PresenterControl) |
multiplePageCount | (Inherited from PresenterControl) |
PresenterLogicalName | |
SelectedGrid | |
SelectedGridTypeCode | |
WebList | (Inherited from PresenterControl) |
Methods
Events
BrowserNavigating | (Inherited from PresenterControl) |
BrowsersClosed | (Inherited from PresenterControl) |
DocumentReady | (Inherited from PresenterControl) |
Explicit Interface Implementations
IComponentConnector.Connect(Int32, Object) |