다음을 통해 공유


ConnectionData Class

 

Applies To: Dynamics CRM 2013

(Developer Extensions)

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()

Properties

Name Description
System_CAPS_pubproperty AuthenticationType

Gets or sets the authentication type.

System_CAPS_pubproperty ConnectionString

System_CAPS_pubproperty DeviceId

System_CAPS_pubproperty DevicePassword

System_CAPS_pubproperty Domain

System_CAPS_pubproperty Error

System_CAPS_pubproperty FormPassword

System_CAPS_pubproperty IntegratedEnabled

System_CAPS_pubproperty IsValidForConnectionString

System_CAPS_pubproperty Item[String]

System_CAPS_pubproperty Organization

System_CAPS_pubproperty Organizations

System_CAPS_pubproperty OrganizationUrl

System_CAPS_pubproperty Password

System_CAPS_pubproperty ServerUrl

System_CAPS_pubproperty Username

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 2013

Return to top