System.Workflow.Activities.Rules.Design Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains a set of classes that manage the Rule Set Editor and the Rule Condition Editor dialog boxes.
Classes
RuleConditionDialog |
This dialog is normally used by the activities IfElseBranchActivity, WhileActivity, ConditionedActivityGroup, and ReplicatorActivity to edit declarative conditions. However, if you want to use conditions outside of these activities (for example, edit a condition for use outside of a workflow completely), you can use this dialog to perform the editing of the condition. |
RuleSetDialog |
This dialog is normally used by PolicyActivity to edit rule sets. However, if you want to use a rule set outside of this activity (for example, edit a rule set for use outside of a workflow), you can use this dialog to perform the editing of the rule set. |