Open donnyv opened 10 years ago
Absolutely. I'll get some instructions on the wiki tomorrow. There are a few validators here that you may be able to use as reference for now: https://github.com/amirrajan/Oak/blob/master/Oak/Validation.cs
And this issue shows a code sample of a validation rule also: https://github.com/amirrajan/Oak/issues/15
I've created a wiki entry giving instructions on how to create validators. Please let me know if that looks good: https://github.com/amirrajan/Oak/wiki/Adding-validation-using-Oak.DynamicModel#creating-your-own-validators
Sweet! Thanks!
On 12/11/13, Amir Rajan notifications@github.com wrote:
I've created a wiki entry giving instructions on how to create validators. Please let me know if that looks good: https://github.com/amirrajan/Oak/wiki/Adding-validation-using-Oak.DynamicModel#creating-your-own-validators
Reply to this email directly or view it on GitHub: https://github.com/amirrajan/Oak/issues/41#issuecomment-30363931
Donny V.
I'd be happy to hop on to skype or g+ if you need any help. Just let me know!
thanks
On 12/11/13, Amir Rajan notifications@github.com wrote:
I'd be happy to hope on to skype or g+ if you need any help. Just let me know!
Reply to this email directly or view it on GitHub: https://github.com/amirrajan/Oak/issues/41#issuecomment-30365343
Donny V.
Was wondering if its possible to extend the validation in Oak.DynamicModel. Like adding more validation options or adding to the existing ones.