Метод |
Описание |
|
Create ( ) : System.Web.Mvc.ActionResult |
|
|
Details ( int id ) : System.Web.Mvc.ActionResult |
|
|
Edit ( int id ) : System.Web.Mvc.ActionResult |
|
|
Index ( ) : System.Web.Mvc.ActionResult |
|
|
TemplateController ( IRepository templateRepository, string>.IRepositoryWithTypedId notificationTypeRepository ) : System
Приватные методы
Метод |
Описание |
|
Create ( Template template ) : System.Web.Mvc.ActionResult |
|
|
Edit ( int id, Template template ) : System.Web.Mvc.ActionResult |
|
|
LoadTemplate ( string id ) : JsonNetResult |
|
|
Описание методов
public Create ( ) : System.Web.Mvc.ActionResult |
Результат |
System.Web.Mvc.ActionResult |
|
Details()
публичный Метод
public Details ( int id ) : System.Web.Mvc.ActionResult |
id |
int |
|
Результат |
System.Web.Mvc.ActionResult |
|
public Edit ( int id ) : System.Web.Mvc.ActionResult |
id |
int |
|
Результат |
System.Web.Mvc.ActionResult |
|
public Index ( ) : System.Web.Mvc.ActionResult |
Результат |
System.Web.Mvc.ActionResult |
|
TemplateController()
публичный Метод
public TemplateController ( IRepository templateRepository, string>.IRepositoryWithTypedId notificationTypeRepository ) : System
templateRepository
IRepository
|
notificationTypeRepository |
string>.IRepositoryWithTypedId
| |
Результат |
System |
|
| |