I need some help on how to use the different RuleContextModes values #2924
Unanswered
GreatBarrier86
asked this question in
Questions
Replies: 1 comment 2 replies
-
I don't know the answer for sure and definite, but it certainly seems to me that you are right in what you have surmised. I would read it exactly as you have, as your understanding of it seems to be reinforced by the comments. AsAffectedProperty will be to do with rules where an update to one property - the primary property to which the rule is attached - are marked as also affecting one or more other properties. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I could use some explanation for how the different
RuleContextModes
values work.CheckRules
seems to mean someone manually calledCheckRules
/CheckRules(MyProperty)
CheckObjectRules
seems to mean someone manually calledCheckObjectRules()
I'm unclear on how
PropertyChanged
differs fromAsAffectedProperty
? DoesPropertyChanged
mean the rule fired because that property associated with the rule had changed andAsAffectedProperty
means that the rule ran since that property was dependent on the one that did change?Beta Was this translation helpful? Give feedback.
All reactions