C# 클래스 XRayBuilderGUI.XRay

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

공개 프로퍼티들

프로퍼티 타입 설명
Terms List

공개 메소드들

메소드 설명
CreateXray ( ) : int
ExpandFromRawMl ( string rawMl, bool ignoreSoftHypen = false, bool shortEx = true ) : int
GetShelfari ( ) : bool
GetXRayName ( bool android = false ) : string
LoadAliases ( string aliasFile ) : void
LoadChapters ( ) : bool
PopulateDb ( SQLiteConnection db ) : int
SaveChapters ( ) : void
SaveCharacters ( string aliasFile ) : void
SaveXml ( string outfile ) : int
ToString ( ) : string
XRay ( ) : System
XRay ( string shelfari, XRayBuilderGUI.frmMain frm, bool useSpoilers = false ) : System
XRay ( string xml, string db, string guid, string asin, XRayBuilderGUI.frmMain frm, bool useSpoilers = false, int locOffset, string aliaspath = "" ) : System
XRay ( string shelfari, string db, string guid, string asin, XRayBuilderGUI.frmMain frm, bool useSpoilers = false, int locOffset, string aliaspath = "", bool unattended = false ) : System

비공개 메소드들

메소드 설명
LoadTermsFromTxt ( string txtfile ) : int
SearchChapters ( HtmlAgilityPack bookDoc, string rawML ) : void

Searches for a Table of Contents within the book and adds the chapters to _chapters.

메소드 상세

CreateXray() 공개 메소드

public CreateXray ( ) : int
리턴 int

ExpandFromRawMl() 공개 메소드

public ExpandFromRawMl ( string rawMl, bool ignoreSoftHypen = false, bool shortEx = true ) : int
rawMl string
ignoreSoftHypen bool
shortEx bool
리턴 int

GetShelfari() 공개 메소드

public GetShelfari ( ) : bool
리턴 bool

GetXRayName() 공개 메소드

public GetXRayName ( bool android = false ) : string
android bool
리턴 string

LoadAliases() 공개 메소드

public LoadAliases ( string aliasFile ) : void
aliasFile string
리턴 void

LoadChapters() 공개 메소드

public LoadChapters ( ) : bool
리턴 bool

PopulateDb() 공개 메소드

public PopulateDb ( SQLiteConnection db ) : int
db System.Data.SQLite.SQLiteConnection
리턴 int

SaveChapters() 공개 메소드

public SaveChapters ( ) : void
리턴 void

SaveCharacters() 공개 메소드

public SaveCharacters ( string aliasFile ) : void
aliasFile string
리턴 void

SaveXml() 공개 메소드

public SaveXml ( string outfile ) : int
outfile string
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

XRay() 공개 메소드

public XRay ( ) : System
리턴 System

XRay() 공개 메소드

public XRay ( string shelfari, XRayBuilderGUI.frmMain frm, bool useSpoilers = false ) : System
shelfari string
frm XRayBuilderGUI.frmMain
useSpoilers bool
리턴 System

XRay() 공개 메소드

public XRay ( string xml, string db, string guid, string asin, XRayBuilderGUI.frmMain frm, bool useSpoilers = false, int locOffset, string aliaspath = "" ) : System
xml string
db string
guid string
asin string
frm XRayBuilderGUI.frmMain
useSpoilers bool
locOffset int
aliaspath string
리턴 System

XRay() 공개 메소드

public XRay ( string shelfari, string db, string guid, string asin, XRayBuilderGUI.frmMain frm, bool useSpoilers = false, int locOffset, string aliaspath = "", bool unattended = false ) : System
shelfari string
db string
guid string
asin string
frm XRayBuilderGUI.frmMain
useSpoilers bool
locOffset int
aliaspath string
unattended bool
리턴 System

프로퍼티 상세

Terms 공개적으로 프로퍼티

public List Terms
리턴 List