Table of Contents

Interface IExpressionEngine

Namespace: Casewhere.Runtime.Engine
Assembly: Casewhere.Runtime.dll

public interface IExpressionEngine

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<IExpressionEngine>(IExpressionEngine)

Methods

Run(string, IList<string>)

IList<string> Run(string key, IList<string> expressions)

Parameters

key string

expressions IList<string>

Returns

IList<string>

Run(string, IList<string>, ExpressionArguments)

IList<string> Run(string key, IList<string> expressions, ExpressionArguments expArguments)

Parameters

key string

expressions IList<string>

expArguments ExpressionArguments

Returns

IList<string>