C# 클래스 Jackett.Indexers.AlphaRatio

상속: BaseIndexer, IIndexer
파일 보기 프로젝트 열기: Jackett/Jackett

Private Properties

프로퍼티 타입 설명
CategoryReverseMapper string
FillReleaseInfoFromJson void
UnixTimestampToDateTime System.DateTime

공개 메소드들

메소드 설명
AlphaRatio ( IIndexerManagerService i, IWebClient w, Logger l, IProtectionService ps ) : CsQuery
ApplyConfiguration ( JToken configJson ) : Task
PerformQuery ( TorznabQuery query ) : Task>

비공개 메소드들

메소드 설명
CategoryReverseMapper ( string categoryName ) : string
FillReleaseInfoFromJson ( ReleaseInfo release, Newtonsoft.Json.Linq.JObject r ) : void
UnixTimestampToDateTime ( double unixTime ) : System.DateTime

메소드 상세

AlphaRatio() 공개 메소드

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

ApplyConfiguration() 공개 메소드

public ApplyConfiguration ( JToken configJson ) : Task
configJson JToken
리턴 Task

PerformQuery() 공개 메소드

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