Info
Version: | 1.2.2 |
Author(s): | Angelo Rotta |
Last Update: | Friday, October 16, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/DependentValidation |
Install
Install-Package DependentValidation
dotnet add package DependentValidation
paket add DependentValidation
DependentValidation Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Mvc.Abstractions(>= 2.2.0)
- System.ComponentModel.Annotations(>= 4.7.0)
Tags
The new attributes are the following:
- RequiredIf
- RequiredIfEmpty
- RequiredIfFalse
- RequiredIfNot
- RequiredIfNotEmpty
- RequiredIfNotRegExMatch
- RequiredIfRegExMatch
- RequiredIfTrue
- RegularExpressionIf
- Is
- EqualTo
- GreaterThan
- GreaterThanOrEqualTo
- LessThan
- LessThanOrEqualTo
- NotEqualTo.