Info
Version: | 2.0.1 |
Author(s): | Sukanta Choudhury |
Last Update: | Monday, April 17, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/skc-chy/AF.DataValidator/wiki |
NuGet Url: | https://www.nuget.org/packages/AF.DataValidator |
Install
Install-Package AF.DataValidator
dotnet add package AF.DataValidator
paket add AF.DataValidator
AF.DataValidator Download (Unzip the "nupkg" after downloading)
Dependencies
1 package depend on this package.
Tags
The unique feature of this component is it allow data validation per operation.
i.e., Add/Update.
When we are using common data entity for multiple operations, like add, update or delete then one specific field which is mandatory for one operation may not be mandatory for other operation.
This package helps to overcome this problem by accepting operation type while validating the entity.