C# Class JarrettVance.ChapterTools.Grabbers.TagChimpGrabber

Inheritance: ChapterGrabber
Mostra file Open project: jarrettv/ChapterGrabber

Public Methods

Method Description
PopulateNames ( SearchResult result, ChapterInfo chapterInfo, bool includeDurations ) : void
PopulateNames ( string hash, ChapterInfo info ) : void
Search ( ChapterInfo chapterInfo ) : List
Upload ( ChapterInfo chapterInfo ) : void

Private Methods

Method Description
ImportFromSearchXml ( List chapters, System.Xml.Linq.XDocument xml, int id ) : void
IsLegalXmlChar ( int character ) : bool

Whether a given character is allowed by XML 1.0.

Method Details

PopulateNames() public method

public PopulateNames ( SearchResult result, ChapterInfo chapterInfo, bool includeDurations ) : void
result SearchResult
chapterInfo ChapterInfo
includeDurations bool
return void

PopulateNames() public method

public PopulateNames ( string hash, ChapterInfo info ) : void
hash string
info ChapterInfo
return void

Search() public method

public Search ( ChapterInfo chapterInfo ) : List
chapterInfo ChapterInfo
return List

Upload() public method

public Upload ( ChapterInfo chapterInfo ) : void
chapterInfo ChapterInfo
return void