C# 클래스 SimpleDnsCrypt.ViewModels.PluginManagerViewModel

상속: Caliburn.Micro.Screen
파일 보기 프로젝트 열기: bitbeans/SimpleDnsCrypt 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
PluginManagerViewModel ( ) : System

메소드 상세

SelectAddressBlacklist() 공개 메소드

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

SelectDomainBlacklist() 공개 메소드

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

SelectFolder() 공개 메소드

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

SendOk() 공개 메소드

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

SetPlugins() 공개 메소드

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