Info
Version: | 1.1.5 |
Author(s): | paulorogerio |
Last Update: | Friday, November 5, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/pauloanalista/prmToolkit.NotificationPattern |
NuGet Url: | https://www.nuget.org/packages/prmToolkit.NotificationPattern |
Install
Install-Package prmToolkit.NotificationPattern
dotnet add package prmToolkit.NotificationPattern
paket add prmToolkit.NotificationPattern
prmToolkit.NotificationPattern Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
Tags
Vantagens
- Suporte em 2 idiomas
- Gera mensagens automáticas baseada na validação que deseja
O foco deste framework é permitir que trabalhe com notificações ao invés de exceções, podendo assim transportar suas notificações entre classes (entidades, serviços, repositorios e etc).
Suporte para mensagens padrão nos idiomas
- pt-BR
- en-US
Metodos de validação:
- IfRequired
- IfNullOrEmpty
- IfNullOrWhiteSpace
- IfNotNull
- IfLowerThen
- IfGreaterThan
- IfLengthNoEqual
- IfNotEmail
- IfNotUrl
- IfGreaterOrEqualsThan
- IfLowerOrEqualsThan
- IfNotRange
- IfRange
- IfNotContains
- IfContains
- IfNotAreEquals
- IfAreEquals
- IfTrue
- IfFalse
- IfNotCpf
- IfNotCnpj
- IfNotGuid
- IfCollectionIsNull
- IfCollectionIsNullOrEmpty
- IfEqualsZero
- IfNull
- IfNotNull
- IfNotNullOrEmpty
- IfNotDate
- IfNullOrOrInvalidLength
- IfLengthGreaterThan
- IfLengthLowerThan.