Share via


ConnectionData Class

 

Applies To: Dynamics CRM 2015

Backing model for authenticating to CRM.

Namespace:   Microsoft.Xrm.Client.Windows.Controls.ConnectionDialog
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Xrm.Client.Windows.Controls.ConnectionDialog.ObservableObject
    Microsoft.Xrm.Client.Windows.Controls.ConnectionDialog.ConnectionData

Syntax

public class ConnectionData : ObservableObject, IDataErrorInfo
public ref class ConnectionData : ObservableObject, IDataErrorInfo
type ConnectionData = 
    class
        inherit ObservableObject
        interface IDataErrorInfo
    end
Public Class ConnectionData
    Inherits ObservableObject
    Implements IDataErrorInfo

Constructors

Name Description
System_CAPS_pubmethod ConnectionData()

Initializes an instance of the ConnectionData class.

Properties

Name Description
System_CAPS_pubproperty AuthenticationType

Gets or sets the authentication type.

System_CAPS_pubproperty ConnectionString

Gets or sets the connection string.

System_CAPS_pubproperty DeviceId

Gets or sets the device ID.

System_CAPS_pubproperty DevicePassword

Gets or sets the device password.

System_CAPS_pubproperty Domain

Gets or sets the domain.

System_CAPS_pubproperty Error

Gets the error.

System_CAPS_pubproperty FormPassword

Gets or sets the form password.

System_CAPS_pubproperty IntegratedEnabled

Gets or sets whether integrated is enabled.

System_CAPS_pubproperty IsValidForConnectionString

Gets whether the connection is valid for the connection string.

System_CAPS_pubproperty Item[String]

Gets the connection item.

System_CAPS_pubproperty Organization

Gets or sets the organization information.

System_CAPS_pubproperty Organizations

Gets or sets the collection of organizations.

System_CAPS_pubproperty OrganizationUrl

Gets the organization URL.

System_CAPS_pubproperty Password

Gets or sets the password

System_CAPS_pubproperty ServerUrl

Gets or sets the server URL.

System_CAPS_pubproperty Username

Gets or sets the user name.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod OnPropertyChanged(PropertyChangedEventArgs)

(Inherited from ObservableObject.)

System_CAPS_protmethod OnPropertyChanging(PropertyChangingEventArgs)

(Inherited from ObservableObject.)

System_CAPS_protmethod RaisePropertyChanged(String)

(Inherited from ObservableObject.)

System_CAPS_protmethod RaisePropertyChanging(String)

(Inherited from ObservableObject.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Events

Name Description
System_CAPS_pubevent PropertyChanged

(Inherited from ObservableObject.)

System_CAPS_pubevent PropertyChanging

(Inherited from ObservableObject.)

Extension Methods

Name Description
System_CAPS_pubmethod SerializeByJson(IEnumerable<Type>)

Serialize an object using the DataContractJsonSerializer.(Defined by ObjectExtensions.)

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.

See Also

Microsoft.Xrm.Client.Windows.Controls.ConnectionDialog Namespace
Developer extensions for Microsoft Dynamics CRM 2015

Return to top

© 2017 Microsoft. All rights reserved. Copyright