Definition
Assembly: CloudNimble.EasyAF.Core.dll Namespace: CloudNimble.EasyAF.Core Inheritance: System.ObjectSyntax
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
objectSyntax
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
T- The type of object to clone. Must inherit from EasyObservableObject.
Exceptions
| Exception | Description |
|---|---|
JsonException | Thrown when the object cannot be serialized or deserialized. |
Dispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.Syntax
Equals Inherited Virtual
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?
Events
PropertyChanged
Occurs when a property value changes.Syntax
Related APIs
- System.ComponentModel.INotifyPropertyChanged
- System.IDisposable