RemovedConditionAction Class
Represents the removal of a RuleCondition from a workflow during dynamic update. This class cannot be inherited.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
System.Workflow.ComponentModel::WorkflowChangeAction
System.Workflow.Activities.Rules::RuleConditionChangeAction
System.Workflow.Activities.Rules::RemovedConditionAction
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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.(Overrides RuleConditionChangeAction::ConditionName.) |
| Name | Description | |
|---|---|---|
![]() | 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() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | ValidateChanges(Activity^) | When overridden in a derived class, validates the changes and returns a ValidationErrorCollection that contains any errors.(Inherited from WorkflowChangeAction.) |
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).
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


