Flunt Save

Validations and Notifications

Project README

Flunt

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 NuGet Nuget

Dependencies

.NET Standard 2.0

You can check supported frameworks here:

https://docs.microsoft.com/pt-br/dotnet/standard/net-standard

Instalation

This package is available through Nuget Packages: https://www.nuget.org/packages/Flunt

Nuget

Install-Package Flunt

.NET CLI

dotnet add package Flunt

How to use

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.

Extensions

Mods

About the Art

All logo, icons, colors and fonts were provided with love by Gregory Buso

Open Source Agenda is not affiliated with "Flunt" Project. README Source: andrebaltieri/Flunt
Stars
606
Open Issues
8
Last Commit
11 months ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating