Property | Type | Description | |
---|---|---|---|
Terms | List |
Method | Description | |
---|---|---|
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 ( |
||
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 |
Method | Description | |
---|---|---|
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.
|
public ExpandFromRawMl ( string rawMl, bool ignoreSoftHypen = false, bool shortEx = true ) : int | ||
rawMl | string | |
ignoreSoftHypen | bool | |
shortEx | bool | |
return | int |
public GetXRayName ( bool android = false ) : string | ||
android | bool | |
return | string |
public LoadAliases ( string aliasFile ) : void | ||
aliasFile | string | |
return | void |
public PopulateDb ( |
||
db | ||
return | int |
public SaveCharacters ( string aliasFile ) : void | ||
aliasFile | string | |
return | void |
public XRay ( string shelfari, XRayBuilderGUI.frmMain frm, bool useSpoilers = false ) : System | ||
shelfari | string | |
frm | XRayBuilderGUI.frmMain | |
useSpoilers | bool | |
return | System |
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 | |
return | System |
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 | |
return | System |