8using System.Threading.Tasks;
A collection of currently broken rules.
Defines the common methods for any business object which exposes means to supress and check business ...
Task CheckRulesAsync()
Invokes all rules for the business type.
BrokenRulesCollection GetBrokenRules()
Gets the broken rules collection
void SuppressRuleChecking()
Sets value indicating no rule methods will be invoked.
void ResumeRuleChecking()
Resets value indicating all rule methods will be invoked.
void CheckRules()
Invokes all rules for the business type.