Method | Description | |
---|---|---|
CacheableView ( string viewName, |
||
CreateInstanceOf ( |
||
DeleteInstanceOf ( |
||
EditInstanceOf ( |
||
ExecuteMethodOf ( |
||
GetDefaultQueryOf ( |
||
GetInstanceOf ( |
||
GetQueryById ( |
||
HandleException ( |
||
OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void | ||
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void | ||
OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void | ||
OnResultExecuting ( System.Web.Mvc.ResultExecutingContext filterContext ) : void | ||
ParseResult ( Method model, object @return ) : object |
Method | Description | |
---|---|---|
GetKeyValues ( object key, ModelDescriptor descriptor ) : object |
protected CacheableView ( string viewName, |
||
viewName | string | |
query | ||
modelAccessor | Func |
|
changeSettings | Action |
|
return | System.Web.Mvc.ActionResult |
protected CreateInstanceOf ( |
||
modelType | ||
method | Method | |
onSuccess | ActionResult>.Func | |
onException | ActionResult>.Func | |
return | System.Web.Mvc.ActionResult |
protected DeleteInstanceOf ( |
||
modelType | ||
key | object | |
onSuccess | Func |
|
onException | ActionResult>.Func | |
onNotFound | Func |
|
return | System.Web.Mvc.ActionResult |
protected EditInstanceOf ( |
||
modelType | ||
model | Model | |
onSuccess | ActionResult>.Func | |
onException | ActionResult>.Func | |
onNotFound | Func |
|
return | System.Web.Mvc.ActionResult |
protected ExecuteMethodOf ( |
||
modelType | ||
model | Method | |
onSuccess | Func |
|
onSuccessWithReturn | ActionResult>.Func | |
onException | ActionResult>.Func | |
onNotFound | Func |
|
key | string | |
return | System.Web.Mvc.ActionResult |
protected GetDefaultQueryOf ( |
||
modelType | ||
return | Query.Query |
protected static GetInstanceOf ( |
||
modelType | ||
key | object | |
descriptor | ModelDescriptor | |
return | object |
protected GetQueryById ( |
||
modelType | ||
return | Query.Query |
protected HandleException ( |
||
ex | ||
return | void |
protected OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ActionExecutedContext | |
return | void |
protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ActionExecutingContext | |
return | void |
protected OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ExceptionContext | |
return | void |
protected OnResultExecuting ( System.Web.Mvc.ResultExecutingContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ResultExecutingContext | |
return | void |
protected ParseResult ( Method model, object @return ) : object | ||
model | Method | |
@return | object | |
return | object |