C# Class Ext.Net.MVC.Demo.Controllers.ChartController

Inheritance: BaseDataController
Afficher le fichier Open project: pgodwin/Ext.net

Méthodes publiques

Méthode Description
ProductSalesByCategory ( ) : System.Web.Mvc.ActionResult
SalesByYear ( ) : System.Web.Mvc.ActionResult
TotalByEmployee ( ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
GetProductsSalesByCategoryImage ( int year ) : System.Web.Mvc.ActionResult

Method Details

ProductSalesByCategory() public méthode

public ProductSalesByCategory ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

SalesByYear() public méthode

public SalesByYear ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

TotalByEmployee() public méthode

public TotalByEmployee ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult