Bearbeiten

Share via


RemovedActivityAction Constructors

Definition

Initializes a new instance of the RemovedActivityAction class.

Overloads

RemovedActivityAction()

Initializes a new instance of the RemovedActivityAction class.

RemovedActivityAction(Int32, Activity, CompositeActivity)

Initializes a new instance of the RemovedActivityAction class.

RemovedActivityAction()

Initializes a new instance of the RemovedActivityAction class.

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

Applies to

RemovedActivityAction(Int32, Activity, CompositeActivity)

Initializes a new instance of the RemovedActivityAction class.

public:
 RemovedActivityAction(int removedActivityIndex, System::Workflow::ComponentModel::Activity ^ originalActivity, System::Workflow::ComponentModel::CompositeActivity ^ clonedParentActivity);
public RemovedActivityAction (int removedActivityIndex, System.Workflow.ComponentModel.Activity originalActivity, System.Workflow.ComponentModel.CompositeActivity clonedParentActivity);
new System.Workflow.ComponentModel.RemovedActivityAction : int * System.Workflow.ComponentModel.Activity * System.Workflow.ComponentModel.CompositeActivity -> System.Workflow.ComponentModel.RemovedActivityAction
Public Sub New (removedActivityIndex As Integer, originalActivity As Activity, clonedParentActivity As CompositeActivity)

Parameters

removedActivityIndex
Int32

Indicates the index of the activity being removed when you remove the activity using the workflow changes.

originalActivity
Activity

Activity that was removed.

clonedParentActivity
CompositeActivity

Root activity from which the activity was removed.

Applies to