luismts / ValidationRulesPlugin

Create and validate property rules for all your Xamarin and Windows apps and improve the quality of your data.
https://luismts.com/
MIT License
68 stars 26 forks source link

Comparison validation #25

Open ThysBrits opened 5 months ago

ThysBrits commented 5 months ago

Is it possible to do a comparison of a property with another property using the ValidationRules plugin? My example - I have a StartTime and EndTime and want to validate that EndTime is after StartTime.

AnthonyLatty commented 6 days ago

Yes, you can create a ValidationRule for this