TemplateAutoQueryFilters
Assembly: ServiceStack.Server.dll
View Source
Declaration
public class TemplateAutoQueryFilters : AutoQueryScripts, IAutoQueryDbFilters
Inherited Methods
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 |
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 |