C# Class SimpleDnsCrypt.ViewModels.PluginManagerViewModel

Inheritance: Caliburn.Micro.Screen
Afficher le fichier Open project: bitbeans/SimpleDnsCrypt Class Usage Examples

Méthodes publiques

Méthode Description
SelectAddressBlacklist ( ) : void

FileBrowserDialog to select the address blacklist file.

SelectDomainBlacklist ( ) : void

FileBrowserDialog to select the domain blacklist file.

SelectFolder ( ) : void

FolderBrowserDialog to select the log folder.

SendOk ( ) : void

Close the dialog with a positiv result.

SetPlugins ( List plugins ) : void

Set the used plugins.

Private Methods

Méthode Description
PluginManagerViewModel ( ) : System

Method Details

SelectAddressBlacklist() public méthode

FileBrowserDialog to select the address blacklist file.
public SelectAddressBlacklist ( ) : void
Résultat void

SelectDomainBlacklist() public méthode

FileBrowserDialog to select the domain blacklist file.
public SelectDomainBlacklist ( ) : void
Résultat void

SelectFolder() public méthode

FolderBrowserDialog to select the log folder.
public SelectFolder ( ) : void
Résultat void

SendOk() public méthode

Close the dialog with a positiv result.
public SendOk ( ) : void
Résultat void

SetPlugins() public méthode

Set the used plugins.
public SetPlugins ( List plugins ) : void
plugins List List of plugins.
Résultat void