C# Class NZBDash.UI.Controllers.DashboardController

Inheritance: BaseController
Afficher le fichier Open project: NZBDash/NZBDash Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DashboardController ( IHardwareService service, IThirdPartyService api, ILogger logger, ISettingsService nzbGetSettingsService, ISettingsService sabSettingsService, ISettingsService nzbDashServiceSettings ) : System.Web.Mvc
GetCpu ( ) : System.Web.Mvc.ActionResult
GetDownloads ( ) : System.Web.Mvc.ActionResult
GetDriveInformation ( ) : System.Web.Mvc.ActionResult
GetRam ( ) : System.Web.Mvc.ActionResult
GetServerInformation ( ) : System.Web.Mvc.ActionResult
GetTabDownloads ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
IntroFinished ( ) : void

Method Details

DashboardController() public méthode

public DashboardController ( IHardwareService service, IThirdPartyService api, ILogger logger, ISettingsService nzbGetSettingsService, ISettingsService sabSettingsService, ISettingsService nzbDashServiceSettings ) : System.Web.Mvc
service IHardwareService
api IThirdPartyService
logger ILogger
nzbGetSettingsService ISettingsService
sabSettingsService ISettingsService
nzbDashServiceSettings ISettingsService
Résultat System.Web.Mvc

GetCpu() public méthode

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

GetDownloads() public méthode

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

GetDriveInformation() public méthode

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

GetRam() public méthode

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

GetServerInformation() public méthode

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

GetTabDownloads() public méthode

public GetTabDownloads ( ) : 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

IntroFinished() public méthode

public IntroFinished ( ) : void
Résultat void