C# Класс Commencement.Controllers.EmailQueueController

Наследование: UCDArch.Web.Controller.SuperController
Показать файл Открыть проект

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

Метод Описание
AttachmentDetails ( int id ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ActionResult
EmailQueueController ( IRepository emailQueueRepository, Guid>.IRepositoryWithTypedId studentRepository, ICeremonyService ceremonyService, ILetterGenerator letterGenerator ) : System
EmailStudents ( ) : System.Web.Mvc.ActionResult
Index ( bool showAll = false, bool showAllCurrentTerm = false, bool showAllWithoutRegistration = false ) : System.Web.Mvc.ActionResult
ReSendEmail ( int id ) : JsonNetResult

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

Метод Описание
Cancel ( int id ) : System.Web.Mvc.JsonResult
EmailStudents ( EmailStudentsViewModel emailStudents, System.Web.HttpPostedFileBase file ) : System.Web.Mvc.ActionResult

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

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

public AttachmentDetails ( int id ) : System.Web.Mvc.ActionResult
id int
Результат System.Web.Mvc.ActionResult

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

public Details ( int id ) : System.Web.Mvc.ActionResult
id int
Результат System.Web.Mvc.ActionResult

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

public EmailQueueController ( IRepository emailQueueRepository, Guid>.IRepositoryWithTypedId studentRepository, ICeremonyService ceremonyService, ILetterGenerator letterGenerator ) : System
emailQueueRepository IRepository
studentRepository Guid>.IRepositoryWithTypedId
ceremonyService ICeremonyService
letterGenerator ILetterGenerator
Результат System

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

public EmailStudents ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

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

public Index ( bool showAll = false, bool showAllCurrentTerm = false, bool showAllWithoutRegistration = false ) : System.Web.Mvc.ActionResult
showAll bool
showAllCurrentTerm bool
showAllWithoutRegistration bool
Результат System.Web.Mvc.ActionResult

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

public ReSendEmail ( int id ) : JsonNetResult
id int
Результат JsonNetResult