Determining what rules a given property has/might be failing

Determining what rules a given property has/might be failing

Old forum URL: forums.lhotka.net/forums/t/4216.aspx


vdhant posted on Tuesday, January 22, 2008

Hi guys
Is there any way of retrieving a list of what rules for a given object a particular property has failed? Also a list of what rules a property might be or is a part of? Lastly what is the validation story when it comes to CSLA and Web UI's, given the fact that the rules are within the business object? Is it just a matter of displaying messages on the screen when a post back occurs or is there a smart way that some rules can be turned/mapped into client side validation or some sort?
Thanks
Anthony

jureleskovec replied on Wednesday, January 23, 2008

Check ValidationRules.BrokenRules.

-- Jure

Copyright (c) Marimer LLC