Info
Version: | 1.52.0 |
Author(s): | Nicolai Heilbuth |
Last Update: | Friday, April 4, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://bitbucket.org/eksponent/eksponent.changetracker/issues |
NuGet Url: | https://www.nuget.org/packages/Eksponent.ChangeTracker |
Install
Install-Package Eksponent.ChangeTracker
dotnet add package Eksponent.ChangeTracker
paket add Eksponent.ChangeTracker
Eksponent.ChangeTracker Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Need to add audit logging for all or parts of your domain model? Use the fluent configuration to setup tracking for your domain objects and use the ChangeTracked event to act on domain object changes. You can add logic to save changes to a database or perform ad-hoc tasks, like sending emails, when changes occur.