C# Class NZBDash.UI.Controllers.Application.NzbGetController

Inheritance: BaseController
Datei anzeigen Open project: NZBDash/NZBDash Class Usage Examples

Private Properties

Property Type Description
GetHistory IQueryable
GetNzbGetDownloadInformation System.Web.Mvc.ActionResult
GetNzbGetStatus System.Web.Mvc.ActionResult
Index System.Web.Mvc.ActionResult
Logs System.Web.Mvc.ActionResult

Public Methods

Method Description
AjaxHistory ( ) : System.Web.Mvc.JsonResult
AjaxHistoryPaged ( int page ) : System.Web.Mvc.JsonResult
NzbGetController ( ISettingsService settingsService, IThirdPartyService api, ILogger logger ) : System

Private Methods

Method Description
GetHistory ( ) : IQueryable
GetNzbGetDownloadInformation ( ) : System.Web.Mvc.ActionResult
GetNzbGetStatus ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
Logs ( ) : System.Web.Mvc.ActionResult

Method Details

AjaxHistory() public method

public AjaxHistory ( ) : System.Web.Mvc.JsonResult
return System.Web.Mvc.JsonResult

AjaxHistoryPaged() public method

public AjaxHistoryPaged ( int page ) : System.Web.Mvc.JsonResult
page int
return System.Web.Mvc.JsonResult

NzbGetController() public method

public NzbGetController ( ISettingsService settingsService, IThirdPartyService api, ILogger logger ) : System
settingsService ISettingsService
api IThirdPartyService
logger ILogger
return System