Info
Version: | 1.5.0.1 |
Author(s): | @luismatosluna |
Last Update: | Saturday, May 14, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/luismts/ValidationRulesPlugin |
NuGet Url: | https://www.nuget.org/packages/Plugin.ValidationRules |
Install
Install-Package Plugin.ValidationRules
dotnet add package Plugin.ValidationRules
paket add Plugin.ValidationRules
Plugin.ValidationRules Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Improve the quality of your data using validation rules.
Validation rules verify that the data the user enters into record meets the standards you specify before the user can save the record. A validation rule can contain a formula or expression that evaluates the data in one or more fields and returns a value "True" or "False".
Validation rules also include an error message to display to the user when the rule returns a value "False" due to an invalid value.