Output expression in child rules #607
danielentripy
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone!. I'm using this library and I have the following scenario.
I have two child rules, each of them with its corresponding expression. What I need to do is to return the OutputExpression that is set on the Actions property of the inner rule of which expression is met, because each validation has its own output expression which is a calculation expression (something like 1 + 1). However, it seems the library does not return the output expression of the inner rule, it just looking in the parent rule which has no calculation expression (I read in previous post the parent rules are only used as a container.). Is this possible to achieve? Right now, the output property is null because the container rule has no actions.
Beta Was this translation helpful? Give feedback.
All reactions