RemovedConditionAction 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 the removal of a RuleCondition from a workflow during dynamic update. This class cannot be inherited.
public ref class RemovedConditionAction sealed : System::Workflow::Activities::Rules::RuleConditionChangeAction
public sealed class RemovedConditionAction : System.Workflow.Activities.Rules.RuleConditionChangeAction
type RemovedConditionAction = class
inherit RuleConditionChangeAction
Public NotInheritable Class RemovedConditionAction
Inherits RuleConditionChangeAction
- Inheritance
Remarks
This class can be used by a tracking service to determine which RuleConditions have been removed during a dynamic update. An instance of this object is generated for every RuleCondition that is removed (that is, that existed in the workflow prior to this dynamic update, but is gone afterward).
Constructors
RemovedConditionAction() |
Initializes a new instance of the RemovedConditionAction class. |
RemovedConditionAction(RuleCondition) |
Initializes a new instance of the RemovedConditionAction class by using the definition of the removed condition. |
Properties
ConditionDefinition |
Gets or sets the RuleCondition to remove from the workflow. |
ConditionName |
Gets a string that contains the name of the RuleCondition to remove 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 RuleConditionChangeAction is configured correctly and has no errors. (Inherited from RuleConditionChangeAction) |