I have an object for which I have created a validator. All of the rules for this validator are grouped in rule sets. I'm able to validate certain properties by executing an individual rule set, however, I'd like to be able to execute all rules for every rule set in the validator. Is this possible, and if so how do I go about doing it?
↧