C# Class ADBaseLibrary.Follows

Show file Open project: maxpiva/AnimeOfflineDownloader

Public Properties

Property Type Description
Downloads List
ShowFollows List

Private Properties

Property Type Description

Public Methods

Method 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 method

public AddDownload ( EpisodeWithDownloadSettings d ) : void
d EpisodeWithDownloadSettings
return void

AddFollow() public method

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

CheckFollows() public method

public CheckFollows ( List upds ) : List
upds List
return List

Follows() public method

public Follows ( ) : System.Collections.Generic
return System.Collections.Generic

IsFollow() public method

public IsFollow ( string showId, string pluginName ) : bool
showId string
pluginName string
return bool

IsFollow() public method

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

Load() public method

public Load ( ) : void
return void

RemoveFollow() public method

public RemoveFollow ( string showId, string pluginName ) : void
showId string
pluginName string
return void

Save() public method

public Save ( ) : void
return void

Property Details

Downloads public property

public List Downloads
return List

ShowFollows public property

public List ShowFollows
return List