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

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

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

Метод Описание
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