C# Class booruReader.Settings_Screen.SettingsVM

Inheritance: BaseIObservable
Mostra file Open project: earlnuclear/DanbooruBrowser Class Usage Examples

Public Methods

Method Description
Closing ( ) : void
SettingsVM ( ) : System

Private Methods

Method Description
AddBooru ( ) : void
CancelBooru ( ) : void
EditBooru ( ) : void
FinalizeBooru ( ) : void
GetProviders ( ) : List
IsValidBooru ( ) : string

Checks that the board user is adding is valid

LoadXMLDataProviders ( List booruList ) : void

This function either writes out existing xml file and reads it ot reads already existing one to get list of websites.

NormalizeURL ( string url ) : string

Checks if url starts with http and ends with a / If not adds them in and returns an updated string

RemoveBooru ( ) : void
SelectFolder ( ) : void
ValidatePath ( string path ) : bool
booruValidator_DoWork ( object sender, DoWorkEventArgs e ) : void
booruValidator_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void

Method Details

Closing() public method

public Closing ( ) : void
return void

SettingsVM() public method

public SettingsVM ( ) : System
return System