C# Class IMDb.DataFiles.Parser.ProductionParser

Mostrar archivo Open project: alastairs/imdbparser Class Usage Examples

Public Methods

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

Private Methods

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

public Parse ( string productionDefinition ) : IProduction
productionDefinition string
return IProduction

ParseTitle() public method

public ParseTitle ( Match regexMatch ) : string
regexMatch System.Text.RegularExpressions.Match
return string

ParseYear() public method

public ParseYear ( Match regexMatch ) : int
regexMatch System.Text.RegularExpressions.Match
return int

ProductionParser() public method

public ProductionParser ( log4net.ILog logger ) : System
logger log4net.ILog
return System