C# Class Ecetera.AppDynamics.Controllers.CustomerController

Inheritance: Controller
Mostra file Open project: Ecetera/appdynamics-sandpit

Public Methods

Method Description
CustomerController ( ) : System
Details ( int id ) : System.Web.Mvc.ViewResult
Index ( string sortOrder, string currentFilter, string searchString, int page ) : System.Web.Mvc.ViewResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Payments ( int customerid ) : System.Web.Mvc.ViewResult
Rentals ( int customerid ) : System.Web.Mvc.ViewResult

Method Details

CustomerController() public method

public CustomerController ( ) : System
return System

Details() public method

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

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Index() public method

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