Defines the interaction between the rules engine and a business object that hosts the rules. More...
Public Member Functions | |
void | RuleStart (Csla.Core.IPropertyInfo property) |
Indicates that a rule has started processing. More... | |
void | RuleComplete (Csla.Core.IPropertyInfo property) |
Indicates that a rule has finished processing. More... | |
void | RuleComplete (string property) |
Indicates that a rule has finished processing. More... | |
void | AllRulesComplete () |
Indicates that all rules have finished processing. More... | |
Defines the interaction between the rules engine and a business object that hosts the rules.
Definition at line 19 of file IHostRules.cs.
void Csla.Rules.IHostRules.AllRulesComplete | ( | ) |
Indicates that all rules have finished processing.
void Csla.Rules.IHostRules.RuleComplete | ( | Csla.Core.IPropertyInfo | property | ) |
Indicates that a rule has finished processing.
property | Property for rule. |
void Csla.Rules.IHostRules.RuleComplete | ( | string | property | ) |
Indicates that a rule has finished processing.
property | Property for rule. |
void Csla.Rules.IHostRules.RuleStart | ( | Csla.Core.IPropertyInfo | property | ) |
Indicates that a rule has started processing.
property | Property for rule. |