AutoQueryScripts
Assembly: ServiceStack.Server.dll
View Source
Declaration
public class AutoQueryScripts : ScriptMethods, IAutoQueryDbFilters
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
sendToAutoQuery(ScriptScopeContext, String)
View Source
Declaration
public object sendToAutoQuery(ScriptScopeContext scope, string requestName)
Returns
System.Object
Parameters
Type | Name |
---|---|
ServiceStack.Script.ScriptScopeContext | scope |
System.String | requestName |
sendToAutoQuery(ScriptScopeContext, Object, String)
View Source
Declaration
public object sendToAutoQuery(ScriptScopeContext scope, object dto, string requestName)
Returns
System.Object
Parameters
Type | Name |
---|---|
ServiceStack.Script.ScriptScopeContext | scope |
System.Object | dto |
System.String | requestName |
sendToAutoQuery(ScriptScopeContext, Object, String, Object)
View Source
Declaration
public object sendToAutoQuery(ScriptScopeContext scope, object dto, string requestName, object options)
Returns
System.Object
Parameters
Type | Name |
---|---|
ServiceStack.Script.ScriptScopeContext | scope |
System.Object | dto |
System.String | requestName |
System.Object | options |
Inherited Methods
GetInvoker(String, Int32, InvokerType)
View Source
Declaration
public MethodInvoker GetInvoker(string name, int argsCount, InvokerType type)
Returns
Parameters
Type | Name |
---|---|
System.String | name |
System.Int32 | argsCount |
ServiceStack.Script.InvokerType | type |
QueryFilters(String)
View Source
Declaration
public List<MethodInfo> QueryFilters(string filterName)
Returns
System.Collections.Generic.List<System.Reflection.MethodInfo>
Parameters
Type | Name |
---|---|
System.String | filterName |