C# 클래스 NZBDash.UI.Controllers.DashboardController

상속: BaseController
파일 보기 프로젝트 열기: NZBDash/NZBDash 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

DashboardController() 공개 메소드

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

GetCpu() 공개 메소드

public GetCpu ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

GetDownloads() 공개 메소드

public GetDownloads ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

GetDriveInformation() 공개 메소드

public GetDriveInformation ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

GetRam() 공개 메소드

public GetRam ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

GetServerInformation() 공개 메소드

public GetServerInformation ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

GetTabDownloads() 공개 메소드

public GetTabDownloads ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

IntroFinished() 공개 메소드

public IntroFinished ( ) : void
리턴 void