UpdatedConditionAction Class
Represents the change to a RuleSet for dynamic updates. 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::UpdatedConditionAction
| Name | Description | |
|---|---|---|
![]() | UpdatedConditionAction() | Initializes a new instance of the UpdatedConditionAction class. |
![]() | UpdatedConditionAction(RuleCondition^, RuleCondition^) | Initializes a new instance of the UpdatedConditionAction class, with the existing and new conditions of the change. |
| Name | Description | |
|---|---|---|
![]() | ConditionDefinition | Gets or sets the condition being replaced by this action. |
![]() | ConditionName | Gets the name of the condition be replaced.(Overrides RuleConditionChangeAction::ConditionName.) |
![]() | NewConditionDefinition | Gets or sets the condition which will replace the existing condition. |
| 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 RuleCondition objects have been changed during a dynamic update. An instance of this object will be generated for every RuleCondition that existed before the dynamic update and remains afterwards, and has a different expression.
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.


