RuleSetChangeAction Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an abstract base class from which all dynamic update notifications of changes to a RuleSet must be derived. This class cannot be inherited.
public ref class RuleSetChangeAction abstract : System::Workflow::ComponentModel::WorkflowChangeAction
public abstract class RuleSetChangeAction : System.Workflow.ComponentModel.WorkflowChangeAction
type RuleSetChangeAction = class
inherit WorkflowChangeAction
Public MustInherit Class RuleSetChangeAction
Inherits WorkflowChangeAction
- Inheritance
- Derived
Remarks
This class can be used by a tracking service to determine that a RuleSet has been dynamically updated. The derived classes indicate which RuleSet is being dynamically updated, and what operation is being performed (added to the workflow, removed from the workflow, or changed).
Constructors
RuleSetChangeAction() |
When implemented in a derived class, initializes a new instance of the RuleSetChangeAction class. |
Properties
RuleSetName |
When overridden in a derived class, gets the name of the RuleSet to be changed. |
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. |