C# Class RunningObjects.Core.Controllers.PresentationController

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

Private Properties

Property Type Description
Create System.Web.Mvc.ActionResult
Delete System.Web.Mvc.ActionResult
Edit System.Web.Mvc.ActionResult
Execute System.Web.Mvc.ActionResult
OnException ActionResult>.Func
OnSuccess ActionResult>.Func
OnSuccessWithReturn ActionResult>.Func

Public Methods

Method Description
Create ( Type modelType, int index ) : System.Web.Mvc.ActionResult
Edit ( Type modelType, object key ) : System.Web.Mvc.ActionResult
Execute ( Type modelType, string methodName, int index, string key = null ) : System.Web.Mvc.ActionResult
Index ( Type modelType, int page = 1, int size = null ) : System.Web.Mvc.ActionResult
View ( Type modelType, object key ) : System.Web.Mvc.ActionResult
Welcome ( ) : System.Web.Mvc.ActionResult

Protected Methods

Method Description
OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void

Private Methods

Method Description
Create ( Type modelType, Method model ) : 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
OnException ( object model ) : ActionResult>.Func
OnSuccess ( Type modelType ) : ActionResult>.Func
OnSuccessWithReturn ( Method model ) : ActionResult>.Func

Method Details

Create() public method

public Create ( Type modelType, int index ) : System.Web.Mvc.ActionResult
modelType System.Type
index int
return System.Web.Mvc.ActionResult

Edit() public method

public Edit ( Type modelType, object key ) : System.Web.Mvc.ActionResult
modelType System.Type
key object
return System.Web.Mvc.ActionResult

Execute() public method

public Execute ( Type modelType, string methodName, int index, string key = null ) : System.Web.Mvc.ActionResult
modelType System.Type
methodName string
index int
key string
return System.Web.Mvc.ActionResult

Index() public method

public Index ( Type modelType, int page = 1, int size = null ) : System.Web.Mvc.ActionResult
modelType System.Type
page int
size int
return System.Web.Mvc.ActionResult

OnActionExecuted() protected method

protected OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutedContext
return void

View() public method

public View ( Type modelType, object key ) : System.Web.Mvc.ActionResult
modelType System.Type
key object
return System.Web.Mvc.ActionResult

Welcome() public method

public Welcome ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult