Свойство | Тип | Описание | |
---|---|---|---|
FILENAME_FORMAT_TOOLTIP | string |
Метод | Описание | |
---|---|---|
MainWindow ( ) : System | ||
NavigateTo ( Page page, string url ) : bool |
Navigate to specific page.
|
|
SaveAllSettings ( ) : void | ||
ValidateFormatList ( string formats ) : void | ||
makeFilename ( JobDownloadViewModel job, NijieImage image, int currPage, FilenameFormatType type = FilenameFormatType.Image ) : string |
Create Filename based on format on job and image information.
|
Метод | Описание | |
---|---|---|
ConfigureBot ( ) : void | ||
CurrentDomain_UnhandledException ( object sender, |
||
Current_DispatcherUnhandledException ( object sender, System e ) : void | ||
ModernWindow_Closed ( object sender, |
||
Nijie_LoggingEventHandler ( object sender, bool e ) : void |
Logging In/Out handler.
|
|
checkUpgrade ( ) : void |
public static NavigateTo ( Page page, string url ) : bool | ||
page | Page | source page |
url | string | target url |
Результат | bool |
public static SaveAllSettings ( ) : void | ||
Результат | void |
public ValidateFormatList ( string formats ) : void | ||
formats | string | |
Результат | void |
public static makeFilename ( JobDownloadViewModel job, NijieImage image, int currPage, FilenameFormatType type = FilenameFormatType.Image ) : string | ||
job | JobDownloadViewModel | |
image | NijieImage | |
currPage | int | |
type | FilenameFormatType | |
Результат | string |