Defines the common methods for any business object which exposes means to supress and check business rules. More...
Public Member Functions | |
| void | SuppressRuleChecking () |
| Sets value indicating no rule methods will be invoked. More... | |
| void | ResumeRuleChecking () |
| Resets value indicating all rule methods will be invoked. More... | |
| void | CheckRules () |
| Invokes all rules for the business type. More... | |
| Task | CheckRulesAsync () |
| Invokes all rules for the business type. More... | |
| BrokenRulesCollection | GetBrokenRules () |
| Gets the broken rules collection More... | |
Defines the common methods for any business object which exposes means to supress and check business rules.
Definition at line 17 of file ICheckRules.cs.
| void Csla.Core.ICheckRules.CheckRules | ( | ) |
Invokes all rules for the business type.
| Task Csla.Core.ICheckRules.CheckRulesAsync | ( | ) |
Invokes all rules for the business type.
| BrokenRulesCollection Csla.Core.ICheckRules.GetBrokenRules | ( | ) |
| void Csla.Core.ICheckRules.ResumeRuleChecking | ( | ) |
Resets value indicating all rule methods will be invoked.
| void Csla.Core.ICheckRules.SuppressRuleChecking | ( | ) |
Sets value indicating no rule methods will be invoked.