Compartilhar via


ConnectionReturnEventArgs 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.ConnectionReturnEventArgs

Syntax

public class ConnectionReturnEventArgs
public ref class ConnectionReturnEventArgs 
type ConnectionReturnEventArgs = class end
Public Class ConnectionReturnEventArgs

Constructors

Name Description
System_CAPS_pubmethod ConnectionReturnEventArgs(ConnectionResult, Object)

Properties

Name Description
System_CAPS_pubproperty Data

System_CAPS_pubproperty Result

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

(Inherited from Object.)

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