RemovedRuleSetAction Constructors

Definition

Initializes a new instance of the RemovedRuleSetAction class.

Overloads

RemovedRuleSetAction()

Initializes a new instance of the RemovedRuleSetAction class.

RemovedRuleSetAction(RuleSet)

Initializes a new instance of the RemovedRuleSetAction class by using the RuleSet removed from the workflow.

RemovedRuleSetAction()

Initializes a new instance of the RemovedRuleSetAction class.

public:
 RemovedRuleSetAction();
public RemovedRuleSetAction ();
Public Sub New ()

Applies to

RemovedRuleSetAction(RuleSet)

Initializes a new instance of the RemovedRuleSetAction class by using the RuleSet removed from the workflow.

public:
 RemovedRuleSetAction(System::Workflow::Activities::Rules::RuleSet ^ removedRuleSetDefinition);
public RemovedRuleSetAction (System.Workflow.Activities.Rules.RuleSet removedRuleSetDefinition);
new System.Workflow.Activities.Rules.RemovedRuleSetAction : System.Workflow.Activities.Rules.RuleSet -> System.Workflow.Activities.Rules.RemovedRuleSetAction
Public Sub New (removedRuleSetDefinition As RuleSet)

Parameters

removedRuleSetDefinition
RuleSet

The RuleSet removed from the workflow.

Exceptions

removedRuleSetDefinition is a null reference (Nothing in Visual Basic).

Applies to