Enum ActionEffect
- Namespace
- RuleWright.Serialization
- Assembly
- RuleWright.Serialization.dll
How an action changes the running outputs at its target.
public enum ActionEffect
Fields
Replace = 0Replaces the value at the target (
setOutput).Add = 1Numerically adds to a running total (
addToOutput).Append = 2Appends to a list (
appendToOutput).Remove = 3Deletes the target key (
removeOutput).