Skip to main content

LispScriptMethods

Assembly: ServiceStack.Common.dll
View Source
Declaration
public class LispScriptMethods : ScriptMethods

Inherited Properties

Context

View Source
Declaration
public ScriptContext Context { get; set; }

InvokerCache

View Source
Declaration
public ConcurrentDictionary<string, MethodInvoker> InvokerCache { get; }

Pages

View Source
Declaration
public ISharpPages Pages { get; set; }

Methods

symbols(ScriptScopeContext)

View Source
Declaration
public List<string> symbols(ScriptScopeContext scope)
Returns

System.Collections.Generic.List<System.String>

Parameters
TypeName
ServiceStack.Script.ScriptScopeContextscope

gistindex(ScriptScopeContext)

View Source
Declaration
public List<GistLink> gistindex(ScriptScopeContext scope)
Returns

System.Collections.Generic.List<ServiceStack.GistLink>

Parameters
TypeName
ServiceStack.Script.ScriptScopeContextscope

Inherited Methods

GetInvoker(String, Int32, InvokerType)

View Source
Declaration
public MethodInvoker GetInvoker(string name, int argsCount, InvokerType type)
Returns

ServiceStack.MethodInvoker

Parameters
TypeName
System.Stringname
System.Int32argsCount
ServiceStack.Script.InvokerTypetype

QueryFilters(String)

View Source
Declaration
public List<MethodInfo> QueryFilters(string filterName)
Returns

System.Collections.Generic.List<System.Reflection.MethodInfo>

Parameters
TypeName
System.StringfilterName