C# Class CSP_Web.Controllers.HomeController

Inheritance: Controller
Afficher le fichier Open project: Microsoft/CSP-Explorer

Méthodes publiques

Méthode 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 méthode

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

Contact() public méthode

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

GetMeters() public méthode

public GetMeters ( ) : System.Web.Mvc.JsonResult
Résultat System.Web.Mvc.JsonResult

HomeController() public méthode

public HomeController ( IResellerService ResellerService, IGraphService GraphService, ICRESTService CrestService ) : System
ResellerService IResellerService
GraphService IGraphService
CrestService ICRESTService
Résultat System

Index() public méthode

public Index ( bool Reinitialize = false ) : System.Web.Mvc.ActionResult
Reinitialize bool
Résultat System.Web.Mvc.ActionResult

RateCard() public méthode

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