RemovedRuleSetAction Class

Definition

Represents the removal of a RuleSet during dynamic update. This class cannot be inherited.

public ref class RemovedRuleSetAction sealed : System::Workflow::Activities::Rules::RuleSetChangeAction
public sealed class RemovedRuleSetAction : System.Workflow.Activities.Rules.RuleSetChangeAction
type RemovedRuleSetAction = class
    inherit RuleSetChangeAction
Public NotInheritable Class RemovedRuleSetAction
Inherits RuleSetChangeAction
Inheritance

Remarks

This class can be used by a tracking service to determine which RuleSets have been removed during a dynamic update. An instance of this object is generated for every RuleSet that is removed (that is, that existed in the workflow before this dynamic update, but is gone afterward).

Constructors

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.

Properties

RuleSetDefinition

Gets or Sets the RuleSet removed from the workflow.

RuleSetName

Gets the name of the RuleSet removed from the workflow.

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)

When overridden in a derived class, verifies that the RuleSet is configured correctly and has no errors.

(Inherited from RuleSetChangeAction)

Applies to

See also