ATZ.ObservableObjects 1.2.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package ATZ.ObservableObjects --version 1.2.0.4
NuGet\Install-Package ATZ.ObservableObjects -Version 1.2.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ATZ.ObservableObjects" Version="1.2.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ATZ.ObservableObjects --version 1.2.0.4
#r "nuget: ATZ.ObservableObjects, 1.2.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ATZ.ObservableObjects as a Cake Addin
#addin nuget:?package=ATZ.ObservableObjects&version=1.2.0.4

// Install ATZ.ObservableObjects as a Cake Tool
#tool nuget:?package=ATZ.ObservableObjects&version=1.2.0.4

Library for easy implementation of INotifyPropertyChanged with added capability of suspending notifications temporarily.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ATZ.ObservableObjects:

Package Downloads
ATZ.MVVM

Base library for MVVM architecture.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0.81 192 11/30/2023
1.2.0.4 1,163 7/15/2017
1.1.0.3 950 7/4/2017
1.0.0.2 2,235 6/28/2017

1.2.0:
- Adding [DataContract] to the ObservableObject class, so the model structure can be tagged with [DataContract] too. This is only a requirement for the DataContract serializer for defining serialization events.
     
1.1.0:
- Fixing that protected OnPropertyChanged was not virtual and because of this did not allow to hook into the infrastructure.
     
1.0.0:
- Initial NuGet Packaging. Package extracted from ATZ.MVVM library to allow independent reuse.