RuleUpdateAction Class
Indicates that a rule is updating a variable, in order to cause reevaluation of affected rules.
System.Workflow.Activities.Rules::RuleAction
System.Workflow.Activities.Rules::RuleUpdateAction
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
The RuleUpdateAction type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | RuleUpdateAction() | Initializes a new instance of the RuleUpdateAction class. |
![]() | RuleUpdateAction(String) | Initializes a new instance of the RuleUpdateAction class. |
| Name | Description | |
|---|---|---|
![]() | Clone | Creates a deep copy of the current RuleAction. (Overrides RuleAction::Clone().) |
![]() | Equals | Determines whether two object instances are equal. (Overrides Object::Equals(Object).) |
![]() | Execute | Executes the RuleAction using the specified RuleExecution. (Overrides RuleAction::Execute(RuleExecution).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns the hash code for this instance. (Overrides Object::GetHashCode().) |
![]() | GetSideEffects | Returns the fields and properties updated by a RuleAction. (Overrides RuleAction::GetSideEffects(RuleValidation).) |
![]() | 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 indicates the field or property that the Rule is updating. (Overrides Object::ToString().) |
![]() | Validate | Verifies that the RuleAction is configured correctly and has no errors. (Overrides RuleAction::Validate(RuleValidation).) |
This class is used to indicate to the rules engine that execution of this rule's set of actions causes a change to the field or property that is specified (or all fields and properties on an object), so that any rules that are dependent on this field or property can be reevaluated.
An Update call does not prevent other actions in the action block from executing. The set of fields/properties that are modified (specified through Update or by using RuleWriteAttributes on methods invoked) is used to determine chaining when the set of actions for this particular rule finishes executing.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
