CrmServerLoginControl Class

Definition

This control provides the UI components and interaction logic with the CrmConnectionManager Class.

public ref class CrmServerLoginControl : System::Windows::Controls::UserControl, System::Windows::Markup::IComponentConnector, System::Windows::Markup::IStyleConnector
public class CrmServerLoginControl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector, System.Windows.Markup.IStyleConnector
type CrmServerLoginControl = class
    inherit UserControl
    interface IComponentConnector
    interface IStyleConnector
Public Class CrmServerLoginControl
Inherits UserControl
Implements IComponentConnector, IStyleConnector
Inheritance
CrmServerLoginControl
Implements

Constructors

CrmServerLoginControl()

Default constructor

Fields

DiscoveryServerName

The name of the Discovery server.

FriendlyName

The friendly name of the organization.

Properties

GetConnectedOrgName

Returns the Friendly name of the connected org.

HideCancel

Show Cancel Button or Not

IsConnected

Complete Connect Check

ShowTitle

Show Title or Not

Methods

GoBackToLogin()

API Called when Client wants to go back to login and cancel connect.

InitializeComponent()

InitializeComponent

IsOrgSelect()

Returns true if orgeselect grid visible

OnCreateAutomationPeer()
SetControlMode(ServerLoginConfigCtrlMode)

Sets the Mode of the control..

SetGlobalStoreAccess(CrmConnectionManager)

Sets the Server storage pointer.

ShowMessageGrid()

Called when the client wants to show the message grid.

StartCancelSave()

API Called when Client wants to cancel connect.

StartConnectCheck()

Starts the connect check process

Events

ConnectErrorEvent

Raised when there is an error

ConnectionCheckBegining

Raised when the connection process has begun

ConnectionStatusEvent

Raised when a Status event is raised

UserCancelClicked

Raised when the user clicked cancel.

Explicit Interface Implementations

IComponentConnector.Connect(Int32, Object)
IStyleConnector.Connect(Int32, Object)

Applies to