C# 클래스 Ecetera.AppDynamics.Controllers.CustomerController

상속: Controller
파일 보기 프로젝트 열기: Ecetera/appdynamics-sandpit

공개 메소드들

메소드 설명
CustomerController ( ) : System
Details ( int id ) : System.Web.Mvc.ViewResult
Index ( string sortOrder, string currentFilter, string searchString, int page ) : System.Web.Mvc.ViewResult

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
Payments ( int customerid ) : System.Web.Mvc.ViewResult
Rentals ( int customerid ) : System.Web.Mvc.ViewResult

메소드 상세

CustomerController() 공개 메소드

public CustomerController ( ) : System
리턴 System

Details() 공개 메소드

public Details ( int id ) : System.Web.Mvc.ViewResult
id int
리턴 System.Web.Mvc.ViewResult

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Index() 공개 메소드

public Index ( string sortOrder, string currentFilter, string searchString, int page ) : System.Web.Mvc.ViewResult
sortOrder string
currentFilter string
searchString string
page int
리턴 System.Web.Mvc.ViewResult