Class ActionTypeInfo
- Namespace
- RuleWright.Serialization
- Assembly
- RuleWright.Serialization.dll
Discovery metadata for one action type: its JSON type name, whether it takes a
value, and how it changes the outputs. Enumerated from
ActionTypes.
public sealed class ActionTypeInfo
- Inheritance
-
ActionTypeInfo
- Inherited Members
Properties
- Effect
How the action changes the outputs at its target.
- Name
The JSON
typename (e.g."setOutput").
- RequiresValue
Whether the action requires a
value(false only forremoveOutput).