6 references to RuleSet
System.Workflow.Activities (6)
Designers\PolicyDesigner.cs (2)
74
dlg.
RuleSet
.Name = ruleSetName;
77
ruleSetCollection.Add(dlg.
RuleSet
);
Rules\Design\Dialogs\RuleSetBrowserDialog.cs (3)
50
RuleSet ruleSet = dlg.
RuleSet
;
69
this.ruleSetCollection.Add(dlg.
RuleSet
);
70
updatedRuleObject = dlg.
RuleSet
;
Rules\Design\LogicalExpressionEditor.cs (1)
230
returnVal = dlg.
RuleSet
;