Flunt is a fluent way to use Notification Pattern with your entities, concentrating every change you made and easy accessing it when you need.
Package | Version | Downloads |
---|---|---|
Flunt |
.NET Standard 2.0
You can check supported frameworks here:
https://docs.microsoft.com/pt-br/dotnet/standard/net-standard
This package is available through Nuget Packages: https://www.nuget.org/packages/Flunt
Nuget
Install-Package Flunt
.NET CLI
dotnet add package Flunt
public class Customer : Notifiable<Notification>
{
...
}
var customer = new Customer();
customer.AddNotification("Name", "Invalid name");
if(customer.IsValid)
...
Just check our Wiki for more details and samples of how to use Flunt in your applications.
All logo, icons, colors and fonts were provided with love by Gregory Buso