-
What is the best way to monitor if a property changes and do some checks? |
Beta Was this translation helpful? Give feedback.
Answered by
jonnybee
Mar 24, 2023
Replies: 1 comment 4 replies
-
What kind of checks do you want to do? I will usually create BusinessRules to react to a property changed. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
oskarjf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What kind of checks do you want to do?
I will usually create BusinessRules to react to a property changed.