RuleChainingBehavior Enum

Definition

Specifies the forward chaining behavior of the RuleSet.

public enum class RuleChainingBehavior
public enum RuleChainingBehavior
type RuleChainingBehavior = 
Public Enum RuleChainingBehavior
Inheritance
RuleChainingBehavior

Fields

Full 2

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 0

Indicates that no chaining is performed. Each rule is executed exactly once.

UpdateOnly 1

Indicates that chaining is performed if executed actions explicitly specify it using a RuleUpdateAction.

Applies to