UpdatedConditionAction Class

 

Represents the change to a RuleSet for dynamic updates. This class cannot be inherited.

Namespace:   System.Workflow.Activities.Rules
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)


public ref class UpdatedConditionAction sealed : RuleConditionChangeAction

NameDescription
System_CAPS_pubmethodUpdatedConditionAction()

Initializes a new instance of the UpdatedConditionAction class.

System_CAPS_pubmethodUpdatedConditionAction(RuleCondition^, RuleCondition^)

Initializes a new instance of the UpdatedConditionAction class, with the existing and new conditions of the change.

NameDescription
System_CAPS_pubpropertyConditionDefinition

Gets or sets the condition being replaced by this action.

System_CAPS_pubpropertyConditionName

Gets the name of the condition be replaced.(Overrides RuleConditionChangeAction::ConditionName.)

System_CAPS_pubpropertyNewConditionDefinition

Gets or sets the condition which will replace the existing condition.

NameDescription
System_CAPS_protmethodApplyTo(Activity^)

When overridden in a derived class, applies the changes to the root Activity.(Inherited from WorkflowChangeAction.)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_protmethodValidateChanges(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.

.NET Framework
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.

Return to top
Show: