C# Class NZBDash.UI.Controllers.DashboardController

Inheritance: BaseController
Mostrar archivo Open project: NZBDash/NZBDash Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

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
return System.Web.Mvc

GetCpu() public method

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

GetDownloads() public method

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

GetDriveInformation() public method

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

GetRam() public method

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

GetServerInformation() public method

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

GetTabDownloads() public method

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

Index() public method

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

IntroFinished() public method

public IntroFinished ( ) : void
return void