C# Класс Gramps.Controllers.EmailTemplateController

Наследование: ApplicationController
Показать файл Открыть проект

Открытые методы

Метод Описание
Edit ( int id, int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult

#3 GET: /EmailTemplate/Edit/5

EmailTemplateController ( IRepository emailtemplateRepository, IAccessService accessService ) : System
Index ( int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult

#1 GET: /EmailTemplate/

Приватные методы

Метод Описание
Edit ( int id, int templateId, int callForProposalId, EmailTemplate emailtemplate ) : System.Web.Mvc.ActionResult
GetAbsoluteUrl ( System.Web.HttpRequestBase request, System.Web.Mvc.UrlHelper url, string relative ) : string
SendTestEmail ( string subject, string message, string footerText ) : System.Web.Mvc.JsonResult
SetEmailTemplateViewExtras ( EmailTemplate emailtemplate, EmailTemplateViewModel viewModel ) : void
Token ( string token ) : string
TransferValues ( EmailTemplate source, EmailTemplate destination ) : void

Transfer editable values from source to destination

Описание методов

Edit() публичный Метод

#3 GET: /EmailTemplate/Edit/5
public Edit ( int id, int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult
id int
templateId int
callForProposalId int
Результат System.Web.Mvc.ActionResult

EmailTemplateController() публичный Метод

public EmailTemplateController ( IRepository emailtemplateRepository, IAccessService accessService ) : System
emailtemplateRepository IRepository
accessService IAccessService
Результат System

Index() публичный Метод

#1 GET: /EmailTemplate/
public Index ( int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult
templateId int
callForProposalId int
Результат System.Web.Mvc.ActionResult