C# Class Ecetera.AppDynamics.Controllers.RewardController

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

Public Methods

Method Description
Index ( string sortOrder, string currentFilterMMP, string currentFilterMDP, string minMonthlyPurchases, string minDollarPurchases, int page ) : System.Web.Mvc.ViewResult
RewardController ( ) : 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 currentFilterMMP, string currentFilterMDP, string minMonthlyPurchases, string minDollarPurchases, int page ) : System.Web.Mvc.ViewResult
sortOrder string
currentFilterMMP string
currentFilterMDP string
minMonthlyPurchases string
minDollarPurchases string
page int
return System.Web.Mvc.ViewResult

RewardController() public method

public RewardController ( ) : System
return System