C# 클래스 XRayBuilderGUI.EndActions

파일 보기 프로젝트 열기: Ephemerality/xray-builder.gui 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
complete bool
curBook XRayBuilderGUI.BookInfo
custAlsoBought List

공개 메소드들

메소드 설명
EndActions ( XRayBuilderGUI.AuthorProfile ap, XRayBuilderGUI.BookInfo book, long erl, XRayBuilderGUI.frmMain frm ) : System
GenerateNew ( ) : void
GenerateOld ( ) : void
GenerateStartActions ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

EndActions() 공개 메소드

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
리턴 System

GenerateNew() 공개 메소드

public GenerateNew ( ) : void
리턴 void

GenerateOld() 공개 메소드

public GenerateOld ( ) : void
리턴 void

GenerateStartActions() 공개 메소드

public GenerateStartActions ( ) : void
리턴 void

프로퍼티 상세

complete 공개적으로 프로퍼티

public bool complete
리턴 bool

curBook 공개적으로 프로퍼티

public BookInfo,XRayBuilderGUI curBook
리턴 XRayBuilderGUI.BookInfo

custAlsoBought 공개적으로 프로퍼티

public List custAlsoBought
리턴 List