C# 클래스 Gramps.Controllers.CallForProposalController

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

공개 메소드들

메소드 설명
CallForProposalController ( IRepository callforproposalRepository, IAccessService accessService ) : System
Create ( ) : System.Web.Mvc.ActionResult

#3 GET: /CallForProposal/Create

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

#5 GET: /CallForProposal/Edit/5

Index ( string filterActive, System.DateTime filterStartCreate, System.DateTime filterEndCreate ) : System.Web.Mvc.ActionResult

#1 GET: /CallForProposal/

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

#2 Launch

비공개 메소드들

메소드 설명
Create ( int templateId ) : System.Web.Mvc.ActionResult
Edit ( int id, CallForProposal callforproposal ) : System.Web.Mvc.ActionResult
TransferValues ( CallForProposal source, CallForProposal destination ) : void

Transfer editable values from source to destination

메소드 상세

CallForProposalController() 공개 메소드

public CallForProposalController ( IRepository callforproposalRepository, IAccessService accessService ) : System
callforproposalRepository IRepository
accessService IAccessService
리턴 System

Create() 공개 메소드

#3 GET: /CallForProposal/Create
public Create ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Edit() 공개 메소드

#5 GET: /CallForProposal/Edit/5
public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

#1 GET: /CallForProposal/
public Index ( string filterActive, System.DateTime filterStartCreate, System.DateTime filterEndCreate ) : System.Web.Mvc.ActionResult
filterActive string
filterStartCreate System.DateTime
filterEndCreate System.DateTime
리턴 System.Web.Mvc.ActionResult

Launch() 공개 메소드

#2 Launch
public Launch ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult