C# Класс Cats.Areas.Logistics.Controllers.ReciptPlanForLoanController

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

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

Метод Описание
Approve ( int id ) : System.Web.Mvc.ActionResult
Create ( ) : System.Web.Mvc.ActionResult
Detail ( int id ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
LoanReciptPlanDetail_Read ( [ request, int loanReciptPlanID ) : System.Web.Mvc.ActionResult
LoanReciptPlan_Read ( [ request ) : System.Web.Mvc.ActionResult
ReciptPlan ( int id ) : System.Web.Mvc.ActionResult
ReciptPlanForLoanController ( ILoanReciptPlanService loanReciptPlanService, ICommonService commonService, ILoanReciptPlanDetailService loanReciptPlanDetailService, IUserAccountService userAccountService ) : System

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

Метод Описание
BidToLoanReciptPlanDetail ( IEnumerable loanReciptPlanDetails ) : IEnumerable
BindToViewModel ( IEnumerable loanReciptPlans ) : IEnumerable
Create ( LoanReciptPlanViewModel loanReciptPlanViewModel ) : System.Web.Mvc.ActionResult
Edit ( LoanReciptPlan loanReciptPlan ) : System.Web.Mvc.ActionResult
GetLoanReciptPlan ( LoanReciptPlanViewModel loanReciptPlanViewModel ) : LoanReciptPlan
ReciptPlan ( LoanReciptPlanWithDetailViewModel loanReciptPlanDetail ) : System.Web.Mvc.ActionResult

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

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

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

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

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

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

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

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

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

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

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

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

public LoanReciptPlanDetail_Read ( [ request, int loanReciptPlanID ) : System.Web.Mvc.ActionResult
request [
loanReciptPlanID int
Результат System.Web.Mvc.ActionResult

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

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

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

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

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

public ReciptPlanForLoanController ( ILoanReciptPlanService loanReciptPlanService, ICommonService commonService, ILoanReciptPlanDetailService loanReciptPlanDetailService, IUserAccountService userAccountService ) : System
loanReciptPlanService ILoanReciptPlanService
commonService ICommonService
loanReciptPlanDetailService ILoanReciptPlanDetailService
userAccountService IUserAccountService
Результат System