Share via


ObservableObject Class

 

Applies To: Dynamics CRM 2015

Interface wrapper superclass for objects that have properties that can be observed, that is, they raise events when their properties are changed. Superclass of ConnectionData.

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

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)

System_CAPS_protmethod OnPropertyChanging(PropertyChangingEventArgs)

System_CAPS_protmethod RaisePropertyChanged(String)

System_CAPS_protmethod RaisePropertyChanging(String)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Events

Name Description
System_CAPS_pubevent PropertyChanged

System_CAPS_pubevent PropertyChanging

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