C# 클래스 Cats.Areas.Logistics.Controllers.ReciptPlanForLoanController

상속: Controller
파일 보기 프로젝트 열기: edgecomputing/cats 1 사용 예제들

공개 메소드들

메소드 설명
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