C# Класс IMDb.DataFiles.Parser.ProductionParser

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Parse ( string productionDefinition ) : IProduction
ParseTitle ( Match regexMatch ) : string
ParseYear ( Match regexMatch ) : int
ProductionParser ( log4net.ILog logger ) : System

Приватные методы

Метод Описание
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

Описание методов

Parse() публичный Метод

public Parse ( string productionDefinition ) : IProduction
productionDefinition string
Результат IProduction

ParseTitle() публичный Метод

public ParseTitle ( Match regexMatch ) : string
regexMatch System.Text.RegularExpressions.Match
Результат string

ParseYear() публичный Метод

public ParseYear ( Match regexMatch ) : int
regexMatch System.Text.RegularExpressions.Match
Результат int

ProductionParser() публичный Метод

public ProductionParser ( log4net.ILog logger ) : System
logger log4net.ILog
Результат System