Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
ConnectionData() | Initializes an instance of the ConnectionData class. |
Properties
Name | Description | |
---|---|---|
![]() |
AuthenticationType | Gets or sets the authentication type. |
![]() |
ConnectionString | Gets or sets the connection string. |
![]() |
DeviceId | Gets or sets the device ID. |
![]() |
DevicePassword | Gets or sets the device password. |
![]() |
Domain | Gets or sets the domain. |
![]() |
Error | Gets the error. |
![]() |
FormPassword | Gets or sets the form password. |
![]() |
IntegratedEnabled | Gets or sets whether integrated is enabled. |
![]() |
IsValidForConnectionString | Gets whether the connection is valid for the connection string. |
![]() |
Item[String] | Gets the connection item. |
![]() |
Organization | Gets or sets the organization information. |
![]() |
Organizations | Gets or sets the collection of organizations. |
![]() |
OrganizationUrl | Gets the organization URL. |
![]() |
Password | Gets or sets the password |
![]() |
ServerUrl | Gets or sets the server URL. |
![]() |
Username | Gets or sets the user name. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
OnPropertyChanged(PropertyChangedEventArgs) | (Inherited from ObservableObject.) |
![]() |
OnPropertyChanging(PropertyChangingEventArgs) | (Inherited from ObservableObject.) |
![]() |
RaisePropertyChanged(String) | (Inherited from ObservableObject.) |
![]() |
RaisePropertyChanging(String) | (Inherited from ObservableObject.) |
![]() |
ToString() | (Inherited from Object.) |
Events
Name | Description | |
---|---|---|
![]() |
PropertyChanged | (Inherited from ObservableObject.) |
![]() |
PropertyChanging | (Inherited from ObservableObject.) |
Extension Methods
Name | Description | |
---|---|---|
![]() |
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