C# Класс booruReader.Settings_Screen.SettingsVM

Наследование: BaseIObservable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Closing ( ) : void
SettingsVM ( ) : System

Приватные методы

Метод Описание
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

Описание методов

Closing() публичный Метод

public Closing ( ) : void
Результат void

SettingsVM() публичный Метод

public SettingsVM ( ) : System
Результат System