C# Class RunningObjects.Core.Controllers.ServiceController

Inheritance: ControllerBase
ファイルを表示 Open project: edurdias/RunningObjects

Protected Methods

Method Description
Json ( object data, string contentType, System contentEncoding, JsonRequestBehavior behavior ) : System.Web.Mvc.JsonResult
OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void

Private Methods

Method Description
Create ( Type modelType, Method method ) : System.Web.Mvc.ActionResult
Delete ( Type modelType, object key ) : System.Web.Mvc.ActionResult
Edit ( Type modelType, Model model ) : System.Web.Mvc.ActionResult
Execute ( Type modelType, Method model, string key = null ) : System.Web.Mvc.ActionResult
Index ( Type modelType, int page = 1, int size = null ) : System.Web.Mvc.ActionResult
ParseException ( Exception ex ) : System.Web.Mvc.ActionResult
Throw ( Exception ex ) : System.Web.Mvc.ActionResult
View ( Type modelType, object key ) : System.Web.Mvc.ActionResult

Method Details

Json() protected method

protected Json ( object data, string contentType, System contentEncoding, JsonRequestBehavior behavior ) : System.Web.Mvc.JsonResult
data object
contentType string
contentEncoding System
behavior JsonRequestBehavior
return System.Web.Mvc.JsonResult

OnException() protected method

protected OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void
filterContext System.Web.Mvc.ExceptionContext
return void