UpdatedConditionAction Class

Definition

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

public ref class UpdatedConditionAction sealed : System::Workflow::Activities::Rules::RuleConditionChangeAction
public sealed class UpdatedConditionAction : System.Workflow.Activities.Rules.RuleConditionChangeAction
type UpdatedConditionAction = class
    inherit RuleConditionChangeAction
Public NotInheritable Class UpdatedConditionAction
Inherits RuleConditionChangeAction
Inheritance

Remarks

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.

Constructors

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.

Properties

ConditionDefinition

Gets or sets the condition being replaced by this action.

ConditionName

Gets the name of the condition be replaced.

NewConditionDefinition

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

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)

Applies to

See also