C# Class IMDb.DataFiles.Parser.ProductionParser

Afficher le fichier Open project: alastairs/imdbparser Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( string productionDefinition ) : IProduction
ParseTitle ( Match regexMatch ) : string
ParseYear ( Match regexMatch ) : int
ProductionParser ( log4net.ILog logger ) : System

Private Methods

Méthode Description
IsTelevisionMovie ( Match match ) : bool
IsTelevisionShow ( Match match ) : bool
IsVideoGame ( Match match ) : bool
IsVideoMovie ( Match match ) : bool
ParseEpisodeNumber ( Match regexMatch ) : int
ParseEpisodeTitle ( Match regexMatch ) : string
ParseMovie ( Match regexMatch ) : IProduction
ParseSeriesNumber ( Match regexMatch ) : int
ParseTelevisionMovie ( Match regexMatch ) : IProduction
ParseTelevisionShow ( Match regexMatch ) : IProduction
ParseVideoGame ( Match regexMatch ) : IProduction
ParseVideoMovie ( Match regexMatch ) : IProduction

Method Details

Parse() public méthode

public Parse ( string productionDefinition ) : IProduction
productionDefinition string
Résultat IProduction

ParseTitle() public méthode

public ParseTitle ( Match regexMatch ) : string
regexMatch System.Text.RegularExpressions.Match
Résultat string

ParseYear() public méthode

public ParseYear ( Match regexMatch ) : int
regexMatch System.Text.RegularExpressions.Match
Résultat int

ProductionParser() public méthode

public ProductionParser ( log4net.ILog logger ) : System
logger log4net.ILog
Résultat System