AddedConditionAction Constructors
Definition
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.
Initializes a new instance of the AddedConditionAction class.
Overloads
AddedConditionAction() |
Initializes a new instance of the AddedConditionAction class. |
AddedConditionAction(RuleCondition) |
Initializes a new instance of the AddedConditionAction class using the definition of the added condition. |
AddedConditionAction()
Initializes a new instance of the AddedConditionAction class.
public:
AddedConditionAction();
public AddedConditionAction ();
Public Sub New ()
Applies to
AddedConditionAction(RuleCondition)
Initializes a new instance of the AddedConditionAction class using the definition of the added condition.
public:
AddedConditionAction(System::Workflow::Activities::Rules::RuleCondition ^ addedConditionDefinition);
public AddedConditionAction (System.Workflow.Activities.Rules.RuleCondition addedConditionDefinition);
new System.Workflow.Activities.Rules.AddedConditionAction : System.Workflow.Activities.Rules.RuleCondition -> System.Workflow.Activities.Rules.AddedConditionAction
Public Sub New (addedConditionDefinition As RuleCondition)
Parameters
- addedConditionDefinition
- RuleCondition
The condition added to the workflow.
Exceptions
addedConditionDefinition
is a null reference (Nothing
in Visual Basic).