C# Class Ecetera.AppDynamics.Controllers.SalesController

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

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

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

SalesController() public method

public SalesController ( ) : System
return System