Info
Version: | 1.0.0 |
Author(s): | Ahmed Fouad |
Last Update: | Friday, March 2, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Xamarin-patterns |
NuGet Url: | https://www.nuget.org/packages/Xamarin.Aspects.Patterns.Data.Validation |
Install
Install-Package Xamarin.Aspects.Patterns.Data.Validation
dotnet add package Xamarin.Aspects.Patterns.Data.Validation
paket add Xamarin.Aspects.Patterns.Data.Validation
Xamarin.Aspects.Patterns.Data.Validation Download (Unzip the "nupkg" after downloading)
Dependencies
- FluentValidation(>= 7.4.0)
- PostSharp(>= 5.0.45)
Tags
just decorate your target class with [NotifyDataErrorInfo(typeof(<FluentValidatorType>))] . Recommended to use with Syncfusion Data Form.