C# Class YANFOE.Tools.Lists.Genres

The genres.
Afficher le fichier Open project: yanfoe/YANFOE.v2

Private Properties

Свойство Type Description
Genres System

Méthodes publiques

Méthode Description
GetGenreList ( ScraperList scraperList = ScraperList.Imdb ) : List

Get genre list.

ReadGenreFromXml ( ScraperList scraperListType ) : List

Reads the genre from XML.

Private Methods

Méthode Description
Genres ( ) : System

Initializes static members of the Genres class.

Method Details

GetGenreList() public static méthode

Get genre list.
public static GetGenreList ( ScraperList scraperList = ScraperList.Imdb ) : List
scraperList ScraperList /// The scraper list. ///
Résultat List

ReadGenreFromXml() public static méthode

Reads the genre from XML.
public static ReadGenreFromXml ( ScraperList scraperListType ) : List
scraperListType ScraperList /// Type of the scraper list. ///
Résultat List