C# Class IMDb.DataFiles.Parser.SongParser

Datei anzeigen Open project: alastairs/imdbparser Class Usage Examples

Private Properties

Property Type Description
GetNamesFromRegex string

Public Methods

Method Description
Parse ( IList soundtrackDefinition ) : Song
SongParser ( log4net.ILog logger ) : System

Private Methods

Method Description
GetNamesFromRegex ( string songDetails, Regex regex ) : string

Method Details

Parse() public method

public Parse ( IList soundtrackDefinition ) : Song
soundtrackDefinition IList
return IMDb.DataFiles.Types.Song

SongParser() public method

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