Table of Contents

Method TryGetActionType

Namespace
RuleWright.Serialization
Assembly
RuleWright.Serialization.dll

TryGetActionType(string, out ActionTypeInfo)

Looks up an action type by its JSON type name (e.g. "setOutput").

public static bool TryGetActionType(string name, out ActionTypeInfo info)

Parameters

name string
info ActionTypeInfo

Returns

bool