January 2008 - Posts
RuleChainingBehavior.UpdateOnly has been supported in WF Rules since .NET Framework 3.0. It allows you to explicitly participate in the forward chaining process. Rule attributes are RuleRead, RuleWrite, RuleInvoke which can be placed on methods that potentially
Read More...
RuleReevaluationBehavior has been supported in WF Rules since .NET Framework 3.0. It is an enum that you can tweak to control forward chaining and the re-evaluation on a per rule basis. Typically this property is used to prevent infinite looping due to
Read More...