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

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

Private Properties

Свойство Type Description
GetHistory IQueryable
GetNzbGetDownloadInformation System.Web.Mvc.ActionResult
GetNzbGetStatus System.Web.Mvc.ActionResult
Index System.Web.Mvc.ActionResult
Logs System.Web.Mvc.ActionResult

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public AjaxHistory ( ) : System.Web.Mvc.JsonResult
Résultat System.Web.Mvc.JsonResult

AjaxHistoryPaged() public méthode

public AjaxHistoryPaged ( int page ) : System.Web.Mvc.JsonResult
page int
Résultat System.Web.Mvc.JsonResult

NzbGetController() public méthode

public NzbGetController ( ISettingsService settingsService, IThirdPartyService api, ILogger logger ) : System
settingsService ISettingsService
api IThirdPartyService
logger ILogger
Résultat System