I have a bool property in a class that should be set to false if any of the properties in that same calss failed validation. I am using the ModelState object to record the validation errors. Any ideas how to check the state for the class and set a bool based on that calss's state during validation.
Please help?