Skip to main content

Definition

Assembly: CloudNimble.EasyAF.Core.dll Namespace: CloudNimble.EasyAF.Core Inheritance: System.Object

Syntax

Summary

A base class for objects to implement INotifyPropertyChanged. Provides strongly-typed property change notifications and automatic property setting with change detection.

Examples

Constructors

.ctor

Initializes a new instance of the EasyObservableObject class.

Syntax

.ctor Inherited

Inherited from object

Syntax

Methods

Clone

Creates a deep copy of the current object using JSON serialization.

Syntax

Returns

Type: T A new instance of type T that is a deep copy of the current object.

Type Parameters

Exceptions

Dispose

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Syntax

Equals Inherited Virtual

Inherited from object

Syntax

Parameters

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

Returns

Type: string?

Events

PropertyChanged

Occurs when a property value changes.

Syntax

  • System.ComponentModel.INotifyPropertyChanged
  • System.IDisposable