Plugin.ValidationRules
1.0.0.1
Create and validate properties rules for all your app.
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.
See the version list below for details.
Install-Package Plugin.ValidationRules -Version 1.0.0.1
dotnet add package Plugin.ValidationRules --version 1.0.0.1
<PackageReference Include="Plugin.ValidationRules" Version="1.0.0.1" />
paket add Plugin.ValidationRules --version 1.0.0.1
#r "nuget: Plugin.ValidationRules, 1.0.0.1"
Dependencies
-
- NETStandard.Library (>= 2.0.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.