C# Class Ecetera.AppDynamics.Controllers.RewardController

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

Méthodes publiques

Méthode Description
Index ( string sortOrder, string currentFilterMMP, string currentFilterMDP, string minMonthlyPurchases, string minDollarPurchases, int page ) : System.Web.Mvc.ViewResult
RewardController ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

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

Index() public méthode

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
Résultat System.Web.Mvc.ViewResult

RewardController() public méthode

public RewardController ( ) : System
Résultat System