ActivityChangeAction Class

Definition

Caution

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Represents a proposed change to a CompositeActivity within a running workflow instance. This class must be inherited.

public ref class ActivityChangeAction abstract : System::Workflow::ComponentModel::WorkflowChangeAction
public abstract class ActivityChangeAction : System.Workflow.ComponentModel.WorkflowChangeAction
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public abstract class ActivityChangeAction : System.Workflow.ComponentModel.WorkflowChangeAction
type ActivityChangeAction = class
    inherit WorkflowChangeAction
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ActivityChangeAction = class
    inherit WorkflowChangeAction
Public MustInherit Class ActivityChangeAction
Inherits WorkflowChangeAction
Inheritance
ActivityChangeAction
Derived
Attributes

Remarks

Note

This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

This class is the base class for the canonical change actions which are added and removed and may be performed on a collection.

Constructors

ActivityChangeAction()

Initializes a new instance of the ActivityChangeAction class.

ActivityChangeAction(CompositeActivity)

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

Properties

OwnerActivityDottedPath

Gets or sets the OwnerActivityDottedPath of the CompositeActivity associated with this instance.

Methods

ApplyTo(Activity)

When overridden in a derived class, applies the changes to the root Activity.

(Inherited from WorkflowChangeAction)
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
ValidateChanges(Activity)

Validates the changes pending on the target activity.

Applies to