C# Class XRayBuilderGUI.EndActions

Mostrar archivo Open project: Ephemerality/xray-builder.gui Class Usage Examples

Public Properties

Property Type Description
complete bool
curBook XRayBuilderGUI.BookInfo
custAlsoBought List

Public Methods

Method Description
EndActions ( XRayBuilderGUI.AuthorProfile ap, XRayBuilderGUI.BookInfo book, long erl, XRayBuilderGUI.frmMain frm ) : System
GenerateNew ( ) : void
GenerateOld ( ) : void
GenerateStartActions ( ) : void

Private Methods

Method Description
GetBaseTemplates ( string baseFile, int templateCount ) : string[]

Retrieve templates from specified file. Array will always have the length of templateCount. Index 0 will always be the bookInfo template.

GetNextInSeries ( ) : XRayBuilderGUI.BookInfo
GetNextInSeriesTitle ( HtmlAgilityPack searchHtmlDoc ) : string

Search Shelfari page for possible series info, returning the next title in the series without downloading any other pages. TODO: Un-yuckify all the return paths without nesting a ton of ifs

GetNextInSeriesTitle2 ( HtmlAgilityPack searchHtmlDoc ) : string

Search Shelfari for series info, scrape series page, and return next title in series.

SetPaths ( ) : void

Method Details

EndActions() public method

public EndActions ( XRayBuilderGUI.AuthorProfile ap, XRayBuilderGUI.BookInfo book, long erl, XRayBuilderGUI.frmMain frm ) : System
ap XRayBuilderGUI.AuthorProfile
book XRayBuilderGUI.BookInfo
erl long
frm XRayBuilderGUI.frmMain
return System

GenerateNew() public method

public GenerateNew ( ) : void
return void

GenerateOld() public method

public GenerateOld ( ) : void
return void

GenerateStartActions() public method

public GenerateStartActions ( ) : void
return void

Property Details

complete public_oe property

public bool complete
return bool

curBook public_oe property

public BookInfo,XRayBuilderGUI curBook
return XRayBuilderGUI.BookInfo

custAlsoBought public_oe property

public List custAlsoBought
return List