RuleSetDialog Constructor (Activity^, RuleSet^)

 

Initializes a new instance of the RuleSetDialog class.

Namespace:   System.Workflow.Activities.Rules.Design
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)

public:
RuleSetDialog(
	Activity^ activity,
	RuleSet^ ruleSet
)

Parameters

activity
Type: System.Workflow.ComponentModel::Activity^

The Activity that this T:System.Workflow.Activies.Rules.RuleSet is executed against. Typically it is the workflow (as used by PolicyActivity), but it can be any valid activity.

ruleSet
Type: System.Workflow.Activities.Rules::RuleSet^

The initial T:System.Workflow.Activies.Rules.RuleSet to be displayed.

.NET Framework
Available since 3.0
Return to top
Show: