RuleConditionDialog Constructor (Activity^, CodeExpression^)

 

Initializes a new instance of the RuleConditionDialog class.

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

public:
RuleConditionDialog(
	Activity^ activity,
	CodeExpression^ expression
)

Parameters

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

The Activity that this condition is executed against. Typically it is the workflow, but it can be any valid activity.

expression
Type: System.CodeDom::CodeExpression^

The initial CodeExpression to be displayed.

.NET Framework
Available since 3.0
Return to top
Show: