Business rules involving parent/child objects #4654
Replies: 1 comment
-
This is an area that could use some improvement in CSLA for sure. However, the mechanism exists to do this through the There are two areas I think can be improved. The big one is that we need a way where you can call The second area for improvement, is that I'd like a better abstraction for this so you don't need to write the Now that I type out that requirement, I wonder if we can't do that by allowing you to provide a lambda as a parameter to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This is related to #4653. I didn't want to hijack that thread.
We have several scenarios where the second pattern described in #4653 could help.
We have to validate certain properties that are part of the child object, but we want to do it in the parent object.
The big reason is the design of our current UI.
Would love to discuss this use case here.
Kind Regards
Beta Was this translation helpful? Give feedback.
All reactions