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 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
[SerializableAttribute]
public class ObservableObject : INotifyPropertyChanging, INotifyPropertyChanged
[SerializableAttribute]
public ref class ObservableObject : INotifyPropertyChanging, 
    INotifyPropertyChanged
[<SerializableAttribute>]
type ObservableObject = 
    class
        interface INotifyPropertyChanging
        interface INotifyPropertyChanged
    end
<SerializableAttribute>
Public Class ObservableObject
    Implements INotifyPropertyChanging, INotifyPropertyChanged
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | ObservableObject() | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | OnPropertyChanged(PropertyChangedEventArgs) | |
| .jpeg) | OnPropertyChanging(PropertyChangingEventArgs) | |
| .jpeg) | RaisePropertyChanged(String) | |
| .jpeg) | RaisePropertyChanging(String) | |
| .jpeg) | ToString() | (Inherited from Object.) | 
Events
| Name | Description | |
|---|---|---|
| .jpeg) | PropertyChanged | |
| .jpeg) | PropertyChanging | 
Extension Methods
| Name | Description | |
|---|---|---|
| .jpeg) | 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