-
Hi Also how would I do this in 5.5? Brg Oskar |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
CSLA 4 introduced a new Rule engine where rules are classes. You will need to rewrite the logic using the new rule system. |
Beta Was this translation helpful? Give feedback.
-
I did write a blog post on Csla Validation some years ago: I would also recommend to look at the rules in RuleTutorial Sample |
Beta Was this translation helpful? Give feedback.
CSLA 4 introduced a new Rule engine where rules are classes.
So there is no longer any InstanceRules in CSLA 4 and higher.
You will need to rewrite the logic using the new rule system.