C# Class GalaxyStorm.Web.Areas.Planet.Controllers.BuildingsController

Inheritance: UsersController
Afficher le fichier Open project: Pip3r4o/GalaxyStorm-MVC

Méthodes publiques

Méthode Description
Barracks ( ) : System.Web.Mvc.ActionResult
BuildingsController ( IBuildingsService buildingsService, IPlayerService playerService, ILogicProvider logic ) : System.Web.Mvc
CrystalExtractor ( ) : System.Web.Mvc.ActionResult
Headquarters ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
MetalScrapper ( ) : System.Web.Mvc.ActionResult
ResearchCentre ( ) : System.Web.Mvc.ActionResult
SolarCollector ( ) : System.Web.Mvc.ActionResult

Méthodes protégées

Méthode Description
SetErrorMessage ( ) : void

Private Methods

Méthode Description
UpgradeBarracks ( ) : System.Web.Mvc.ActionResult
UpgradeCrystalExtractor ( ) : System.Web.Mvc.ActionResult
UpgradeHeadquarters ( ) : System.Web.Mvc.ActionResult
UpgradeMetalScrapper ( ) : System.Web.Mvc.ActionResult
UpgradeResearchCentre ( ) : System.Web.Mvc.ActionResult
UpgradeSolarCollector ( ) : System.Web.Mvc.ActionResult

Method Details

Barracks() public méthode

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

BuildingsController() public méthode

public BuildingsController ( IBuildingsService buildingsService, IPlayerService playerService, ILogicProvider logic ) : System.Web.Mvc
buildingsService IBuildingsService
playerService IPlayerService
logic ILogicProvider
Résultat System.Web.Mvc

CrystalExtractor() public méthode

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

Headquarters() public méthode

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

Index() public méthode

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

MetalScrapper() public méthode

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

ResearchCentre() public méthode

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

SetErrorMessage() protected méthode

protected SetErrorMessage ( ) : void
Résultat void

SolarCollector() public méthode

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