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