9using System.Collections.Generic;
Maintains metadata about a property.
Defines the interaction between the rules engine and a business object that hosts the rules.
void RuleComplete(Csla.Core.IPropertyInfo property)
Indicates that a rule has finished processing.
void RuleComplete(string property)
Indicates that a rule has finished processing.
void RuleStart(Csla.Core.IPropertyInfo property)
Indicates that a rule has started processing.
void AllRulesComplete()
Indicates that all rules have finished processing.