Свойство | Тип | Описание | |
---|---|---|---|
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 |
Метод | Описание | |
---|---|---|
Create ( |
||
Edit ( |
||
Execute ( |
||
Index ( |
||
View ( |
||
Welcome ( ) : System.Web.Mvc.ActionResult |
Метод | Описание | |
---|---|---|
OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void |
Метод | Описание | |
---|---|---|
Create ( |
||
Delete ( |
||
Edit ( |
||
Execute ( |
||
OnException ( object model ) : ActionResult>.Func |
||
OnSuccess ( |
||
OnSuccessWithReturn ( Method model ) : ActionResult>.Func |
public Create ( |
||
modelType | ||
index | int | |
Результат | System.Web.Mvc.ActionResult |
public Edit ( |
||
modelType | ||
key | object | |
Результат | System.Web.Mvc.ActionResult |
public Execute ( |
||
modelType | ||
methodName | string | |
index | int | |
key | string | |
Результат | System.Web.Mvc.ActionResult |
public Index ( |
||
modelType | ||
page | int | |
size | int | |
Результат | System.Web.Mvc.ActionResult |
protected OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ActionExecutedContext | |
Результат | void |
public View ( |
||
modelType | ||
key | object | |
Результат | System.Web.Mvc.ActionResult |
public Welcome ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |