Defines the interaction between the rules engine and a business object that hosts the rules.
More...
Defines the interaction between the rules engine and a business object that hosts the rules.
◆ AllRulesComplete()
| void Csla.Rules.IHostRules.AllRulesComplete |
( |
| ) |
|
Indicates that all rules have finished processing.
◆ RuleComplete() [1/2]
Indicates that a rule has finished processing.
- Parameters
-
| property | Property for rule. |
- Exceptions
-
| ArgumentNullException | property is null. |
◆ RuleComplete() [2/2]
| void Csla.Rules.IHostRules.RuleComplete |
( |
string | property | ) |
|
Indicates that a rule has finished processing.
- Parameters
-
| property | Property for rule. |
- Exceptions
-
| ArgumentNullException | property is null. |
◆ RuleStart()
Indicates that a rule has started processing.
- Parameters
-
| property | Property for rule. |
- Exceptions
-
| ArgumentNullException | property is null. |
The documentation for this interface was generated from the following file: