C# 클래스 ADBaseLibrary.Follows

파일 보기 프로젝트 열기: maxpiva/AnimeOfflineDownloader

공개 프로퍼티들

프로퍼티 타입 설명
Downloads List
ShowFollows List

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddDownload ( EpisodeWithDownloadSettings d ) : void
AddFollow ( string showId, string pluginName, Quality quality, Format format ) : void
CheckFollows ( List upds ) : List
Follows ( ) : System.Collections.Generic
IsFollow ( string showId, string pluginName ) : bool
IsFollow ( string showId, string pluginName, Quality quality, Format format ) : bool
Load ( ) : void
RemoveFollow ( string showId, string pluginName ) : void
Save ( ) : void

메소드 상세

AddDownload() 공개 메소드

public AddDownload ( EpisodeWithDownloadSettings d ) : void
d EpisodeWithDownloadSettings
리턴 void

AddFollow() 공개 메소드

public AddFollow ( string showId, string pluginName, Quality quality, Format format ) : void
showId string
pluginName string
quality Quality
format Format
리턴 void

CheckFollows() 공개 메소드

public CheckFollows ( List upds ) : List
upds List
리턴 List

Follows() 공개 메소드

public Follows ( ) : System.Collections.Generic
리턴 System.Collections.Generic

IsFollow() 공개 메소드

public IsFollow ( string showId, string pluginName ) : bool
showId string
pluginName string
리턴 bool

IsFollow() 공개 메소드

public IsFollow ( string showId, string pluginName, Quality quality, Format format ) : bool
showId string
pluginName string
quality Quality
format Format
리턴 bool

Load() 공개 메소드

public Load ( ) : void
리턴 void

RemoveFollow() 공개 메소드

public RemoveFollow ( string showId, string pluginName ) : void
showId string
pluginName string
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

프로퍼티 상세

Downloads 공개적으로 프로퍼티

public List Downloads
리턴 List

ShowFollows 공개적으로 프로퍼티

public List ShowFollows
리턴 List