Method |
Description |
|
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
Private Methods
Method |
Description |
|
Create ( Template template ) : System.Web.Mvc.ActionResult |
|
|
Edit ( int id, Template template ) : System.Web.Mvc.ActionResult |
|
|
LoadTemplate ( string id ) : JsonNetResult |
|
|
Method Details
public Create ( ) : System.Web.Mvc.ActionResult |
return |
System.Web.Mvc.ActionResult |
|
public Details ( int id ) : System.Web.Mvc.ActionResult |
id |
int |
|
return |
System.Web.Mvc.ActionResult |
|
public Edit ( int id ) : System.Web.Mvc.ActionResult |
id |
int |
|
return |
System.Web.Mvc.ActionResult |
|
public Index ( ) : System.Web.Mvc.ActionResult |
return |
System.Web.Mvc.ActionResult |
|
TemplateController()
public method
public TemplateController ( IRepository templateRepository, string>.IRepositoryWithTypedId notificationTypeRepository ) : System
templateRepository
IRepository
|
notificationTypeRepository |
string>.IRepositoryWithTypedId
| |
return |
System |
|
| |