C# Class MainSaite.Controllers.ReportChartsController

Inheritance: BaseController
显示文件 Open project: CH033dotNET/Taxi

Public Methods

Method Description
ChartOrders ( ) : System.Web.Mvc.ActionResult
DistrictReportsPerYear ( ) : System.Web.Mvc.ActionResult
DriversIncome ( ) : void
GetDistrictReportsPerYear ( ) : System.Web.Mvc.JsonResult
GrafickOf10TopClients ( ) : DotNet.Highcharts.Highcharts
Index ( ) : System.Web.Mvc.ActionResult
ReportChartsController ( IUserManager userManager, IDistrictManager districtManager ) : System
YearIncome ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
DorinTewst ( ) : void

Method Details

ChartOrders() public method

public ChartOrders ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

DistrictReportsPerYear() public method

public DistrictReportsPerYear ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

DriversIncome() public method

public DriversIncome ( ) : void
return void

GetDistrictReportsPerYear() public method

public GetDistrictReportsPerYear ( ) : System.Web.Mvc.JsonResult
return System.Web.Mvc.JsonResult

GrafickOf10TopClients() public method

public GrafickOf10TopClients ( ) : DotNet.Highcharts.Highcharts
return DotNet.Highcharts.Highcharts

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

ReportChartsController() public method

public ReportChartsController ( IUserManager userManager, IDistrictManager districtManager ) : System
userManager IUserManager
districtManager IDistrictManager
return System

YearIncome() public method

public YearIncome ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult