Table of Contents

Enum ActionEffect

Namespace
RuleWright.Serialization
Assembly
RuleWright.Serialization.dll

How an action changes the running outputs at its target.

public enum ActionEffect

Fields

Replace = 0

Replaces the value at the target (setOutput).

Add = 1

Numerically adds to a running total (addToOutput).

Append = 2

Appends to a list (appendToOutput).

Remove = 3

Deletes the target key (removeOutput).