프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Downloads | List |
||
ShowFollows | List |
프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
AddDownload ( |
||
AddFollow ( string showId, string pluginName, Quality quality, Format format ) : void | ||
CheckFollows ( 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 |
public AddDownload ( |
||
d | ||
리턴 | void |
public AddFollow ( string showId, string pluginName, Quality quality, Format format ) : void | ||
showId | string | |
pluginName | string | |
quality | Quality | |
format | Format | |
리턴 | void |
public IsFollow ( string showId, string pluginName ) : bool | ||
showId | string | |
pluginName | string | |
리턴 | bool |
public IsFollow ( string showId, string pluginName, Quality quality, Format format ) : bool | ||
showId | string | |
pluginName | string | |
quality | Quality | |
format | Format | |
리턴 | bool |
public RemoveFollow ( string showId, string pluginName ) : void | ||
showId | string | |
pluginName | string | |
리턴 | void |