RuleConditionChangeAction 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 RuleConditions must be derived.
public ref class RuleConditionChangeAction abstract : System::Workflow::ComponentModel::WorkflowChangeAction
public abstract class RuleConditionChangeAction : System.Workflow.ComponentModel.WorkflowChangeAction
type RuleConditionChangeAction = class
inherit WorkflowChangeAction
Public MustInherit Class RuleConditionChangeAction
Inherits WorkflowChangeAction
- Inheritance
- Derived
Remarks
This class can be used by a tracking service to determine that RuleConditions have been dynamically updated. The derived classes indicate which RuleCondition is being dynamically updated, and what operation is being performed (added to the workflow, removed from the workflow, or changed).
Constructors
RuleConditionChangeAction() |
When implemented in a derived class, initializes a new instance of the RuleConditionChangeAction class. |
Properties
ConditionName |
When overridden in a derived class, gets the name of the RuleCondition 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 RuleConditionChangeAction is configured correctly and has no errors. |