C# Class CSP_Web.Controllers.HomeController

Inheritance: Controller
Show file Open project: Microsoft/CSP-Explorer

Public Methods

Method Description
About ( ) : System.Web.Mvc.ActionResult
Contact ( ) : System.Web.Mvc.ActionResult
GetMeters ( ) : System.Web.Mvc.JsonResult
HomeController ( IResellerService ResellerService, IGraphService GraphService, ICRESTService CrestService ) : System
Index ( bool Reinitialize = false ) : System.Web.Mvc.ActionResult
RateCard ( ) : System.Web.Mvc.ActionResult

Method Details

About() public method

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

Contact() public method

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

GetMeters() public method

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

HomeController() public method

public HomeController ( IResellerService ResellerService, IGraphService GraphService, ICRESTService CrestService ) : System
ResellerService IResellerService
GraphService IGraphService
CrestService ICRESTService
return System

Index() public method

public Index ( bool Reinitialize = false ) : System.Web.Mvc.ActionResult
Reinitialize bool
return System.Web.Mvc.ActionResult

RateCard() public method

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