I have a need for a business rule that changes the value of a property, while at the same time validates a second property. The rules I've written so far have either changed or validated but not both, so I'm not sure if Csla will handle this correctly. Would a rule that modifies one property and add an error result to another (the primary property) function as expected, or is this against how the framework is designed?
↧