Table of Contents

Method TryGetExpressionOperator

Namespace
RuleWright.Serialization
Assembly
RuleWright.Serialization.dll

TryGetExpressionOperator(string, out ExpressionOperatorInfo)

Looks up an expression operator by its JSON op spelling (e.g. "add").

public static bool TryGetExpressionOperator(string jsonName, out ExpressionOperatorInfo info)

Parameters

jsonName string
info ExpressionOperatorInfo

Returns

bool