C# Class Jackett.Indexers.AlphaRatio

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

Private Properties

Property Type Description
CategoryReverseMapper string
FillReleaseInfoFromJson void
UnixTimestampToDateTime System.DateTime

Public Methods

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

Private Methods

Method Description
CategoryReverseMapper ( string categoryName ) : string
FillReleaseInfoFromJson ( ReleaseInfo release, Newtonsoft.Json.Linq.JObject r ) : void
UnixTimestampToDateTime ( double unixTime ) : System.DateTime

Method Details

AlphaRatio() public method

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

ApplyConfiguration() public method

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

PerformQuery() public method

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