C# Class ADBaseLibrary.Follows

Afficher le fichier Open project: maxpiva/AnimeOfflineDownloader

Méthodes publiques

Свойство Type Description
Downloads List
ShowFollows List

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

AddDownload() public méthode

public AddDownload ( EpisodeWithDownloadSettings d ) : void
d EpisodeWithDownloadSettings
Résultat void

AddFollow() public méthode

public AddFollow ( string showId, string pluginName, Quality quality, Format format ) : void
showId string
pluginName string
quality Quality
format Format
Résultat void

CheckFollows() public méthode

public CheckFollows ( List upds ) : List
upds List
Résultat List

Follows() public méthode

public Follows ( ) : System.Collections.Generic
Résultat System.Collections.Generic

IsFollow() public méthode

public IsFollow ( string showId, string pluginName ) : bool
showId string
pluginName string
Résultat bool

IsFollow() public méthode

public IsFollow ( string showId, string pluginName, Quality quality, Format format ) : bool
showId string
pluginName string
quality Quality
format Format
Résultat bool

Load() public méthode

public Load ( ) : void
Résultat void

RemoveFollow() public méthode

public RemoveFollow ( string showId, string pluginName ) : void
showId string
pluginName string
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

Property Details

Downloads public_oe property

public List Downloads
Résultat List

ShowFollows public_oe property

public List ShowFollows
Résultat List