11 references to RuleChainingBehavior
System.Workflow.Activities (11)
Rules\Design\Dialogs\RuleSetDialog.cs (1)
407
this.dialogRuleSet.ChainingBehavior = (
RuleChainingBehavior
)this.chainingBehaviourComboBox.SelectedIndex;
Rules\Executor.cs (7)
354
internal static IList<RuleState> Preprocess(
RuleChainingBehavior
behavior, ICollection<Rule> rules, RuleValidation validation, Tracer tracer)
468
private static void AnalyzeRules(
RuleChainingBehavior
behavior, List<RuleState> ruleStates, RuleValidation validation, Tracer tracer)
474
if (behavior ==
RuleChainingBehavior
.None)
620
private static RuleSymbolInfo AnalyzeRule(
RuleChainingBehavior
behavior, Rule rule, RuleValidation validator, Tracer tracer)
651
private static ICollection<string> GetActionSideEffects(
RuleChainingBehavior
behavior, IList<RuleAction> actions, RuleValidation validation)
658
if ((behavior ==
RuleChainingBehavior
.Full) ||
659
((behavior ==
RuleChainingBehavior
.UpdateOnly) && (action is RuleUpdateAction)))
Rules\RuleSet.cs (3)
27
internal
RuleChainingBehavior
behavior =
RuleChainingBehavior
.Full;
76
public
RuleChainingBehavior
ChainingBehavior