RuleChainingBehavior Enumeration
.NET Framework (current version)
Specifies the forward chaining behavior of the RuleSet.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
| Member name | Description | |
|---|---|---|
| Full | Indicates that chaining is performed when fields or properties are modified by actions, RuleWriteAttribute are specified for methods called by actions, or when a RuleUpdateAction is performed. | |
| None | Indicates that no chaining is performed. Each rule is executed exactly once. | |
| UpdateOnly | Indicates that chaining is performed if executed actions explicitly specify it using a RuleUpdateAction. |
.NET Framework
Available since 3.0
Available since 3.0
Show: