ActivityChangeAction Constructors

Definition

When implemented in a derived class, initializes a new instance of the ActivityChangeAction class.

Overloads

ActivityChangeAction()

Initializes a new instance of the ActivityChangeAction class.

ActivityChangeAction(CompositeActivity)

Initializes a new instance of the ActivityChangeAction class, initializing the associated CompositeActivity.

ActivityChangeAction()

Initializes a new instance of the ActivityChangeAction class.

protected:
 ActivityChangeAction();
protected ActivityChangeAction ();
Protected Sub New ()

Applies to

ActivityChangeAction(CompositeActivity)

Initializes a new instance of the ActivityChangeAction class, initializing the associated CompositeActivity.

protected:
 ActivityChangeAction(System::Workflow::ComponentModel::CompositeActivity ^ compositeActivity);
protected ActivityChangeAction (System.Workflow.ComponentModel.CompositeActivity compositeActivity);
new System.Workflow.ComponentModel.ActivityChangeAction : System.Workflow.ComponentModel.CompositeActivity -> System.Workflow.ComponentModel.ActivityChangeAction
Protected Sub New (compositeActivity As CompositeActivity)

Parameters

compositeActivity
CompositeActivity

The CompositeActivity associated with the change.

Exceptions

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

Applies to