C# Class SimpleDnsCrypt.ViewModels.PluginManagerViewModel

Inheritance: Caliburn.Micro.Screen
Mostra file Open project: bitbeans/SimpleDnsCrypt Class Usage Examples

Public Methods

Method 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

Method Description
PluginManagerViewModel ( ) : System

Method Details

SelectAddressBlacklist() public method

FileBrowserDialog to select the address blacklist file.
public SelectAddressBlacklist ( ) : void
return void

SelectDomainBlacklist() public method

FileBrowserDialog to select the domain blacklist file.
public SelectDomainBlacklist ( ) : void
return void

SelectFolder() public method

FolderBrowserDialog to select the log folder.
public SelectFolder ( ) : void
return void

SendOk() public method

Close the dialog with a positiv result.
public SendOk ( ) : void
return void

SetPlugins() public method

Set the used plugins.
public SetPlugins ( List plugins ) : void
plugins List List of plugins.
return void