Rule Constructor (String^, RuleCondition^, IList<RuleAction^>^)
.NET Framework (current version)
Initializes a new instance of the Rule class using the name of the Rule, the rule condition, and a list of THEN actions.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
Parameters
- name
-
Type:
System::String^
The name of the Rule.
- condition
-
Type:
System.Workflow.Activities.Rules::RuleCondition^
The RuleCondition for the Rule.
- thenActions
-
Type:
System.Collections.Generic::IList<RuleAction^>^
A collection of RuleAction objects to evaluate whether the condition is true.
.NET Framework
Available since 3.0
Available since 3.0
Show: