C# Class Jackett.Indexers.NCore

Inheritance: BaseIndexer, IIndexer
ファイルを表示 Open project: Jackett/Jackett

Private Properties

Property Type Description
CreateKeyValueList string>>.List
GetSearchFormData string>>.IEnumerable

Public Methods

Method Description
ApplyConfiguration ( JToken configJson ) : Task
NCore ( IIndexerManagerService i, IWebClient wc, Logger l, IProtectionService ps ) : CsQuery
PerformQuery ( TorznabQuery query ) : Task>

Private Methods

Method Description
CreateKeyValueList ( ) : string>>.List
GetSearchFormData ( string searchString ) : string>>.IEnumerable

Method Details

ApplyConfiguration() public method

public ApplyConfiguration ( JToken configJson ) : Task
configJson JToken
return Task

NCore() public method

public NCore ( IIndexerManagerService i, IWebClient wc, Logger l, IProtectionService ps ) : CsQuery
i IIndexerManagerService
wc Jackett.Utils.Clients.IWebClient
l Logger
ps IProtectionService
return CsQuery

PerformQuery() public method

public PerformQuery ( TorznabQuery query ) : Task>
query Jackett.Models.TorznabQuery
return Task>