C# 클래스 Gramps.Controllers.EmailsForCallController

상속: ApplicationController
파일 보기 프로젝트 열기: ucdavis/Gramps

공개 메소드들

메소드 설명
BulkCreate ( int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult

#2

Create ( int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult

#4 GET: /EmailsForCall/Create

Edit ( int id, int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult

#6 GET: /EmailsForCall/Edit/5

EmailsForCallController ( IRepository emailsforcallRepository, IAccessService accessService, IEmailService emailService ) : System
Index ( int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult

#1 GET: /EmailsForCall/

SendCall ( int id ) : System.Web.Mvc.ActionResult

#9 GET: /EmailsForCall/SendCall/5

비공개 메소드들

메소드 설명
BulkCreate ( int templateId, int callForProposalId, string bulkLoadEmails ) : System.Web.Mvc.ActionResult
Create ( int templateId, int callForProposalId, EmailsForCall emailsforcall ) : System.Web.Mvc.ActionResult
Delete ( int id, int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult
Edit ( int id, int templateId, int callForProposalId, EmailsForCall emailsforcall ) : System.Web.Mvc.ActionResult
SendCall ( int id, bool immediate ) : System.Web.Mvc.ActionResult

메소드 상세

BulkCreate() 공개 메소드

#2
public BulkCreate ( int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult
templateId int
callForProposalId int
리턴 System.Web.Mvc.ActionResult

Create() 공개 메소드

#4 GET: /EmailsForCall/Create
public Create ( int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult
templateId int
callForProposalId int
리턴 System.Web.Mvc.ActionResult

Edit() 공개 메소드

#6 GET: /EmailsForCall/Edit/5
public Edit ( int id, int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult
id int
templateId int
callForProposalId int
리턴 System.Web.Mvc.ActionResult

EmailsForCallController() 공개 메소드

public EmailsForCallController ( IRepository emailsforcallRepository, IAccessService accessService, IEmailService emailService ) : System
emailsforcallRepository IRepository
accessService IAccessService
emailService IEmailService
리턴 System

Index() 공개 메소드

#1 GET: /EmailsForCall/
public Index ( int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult
templateId int
callForProposalId int
리턴 System.Web.Mvc.ActionResult

SendCall() 공개 메소드

#9 GET: /EmailsForCall/SendCall/5
public SendCall ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult