C# Class Ecetera.AppDynamics.Controllers.CustomerController

Inheritance: Controller
Afficher le fichier Open project: Ecetera/appdynamics-sandpit

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Payments ( int customerid ) : System.Web.Mvc.ViewResult
Rentals ( int customerid ) : System.Web.Mvc.ViewResult

Method Details

CustomerController() public méthode

public CustomerController ( ) : System
Résultat System

Details() public méthode

public Details ( int id ) : System.Web.Mvc.ViewResult
id int
Résultat System.Web.Mvc.ViewResult

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Index() public méthode

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