C# Class Solutionizer.ViewModels.SettingsViewModel

Inheritance: DialogViewModel, IOnLoadedHandler
ファイルを表示 Open project: thoemmi/Solutionizer

Public Methods

Method Description
Ok ( ) : void
OnLoadedAsync ( ) : System.Threading.Tasks.Task
SettingsViewModel ( ISettings settings ) : System

Private Methods

Method Description
IsValidFileName ( string s ) : bool
SelectSolutionTargetFolder ( ) : void
ValidateReferenceFolderName ( ) : void
ValidateTargetFolder ( ) : void

Method Details

Ok() public method

public Ok ( ) : void
return void

OnLoadedAsync() public method

public OnLoadedAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

SettingsViewModel() public method

public SettingsViewModel ( ISettings settings ) : System
settings ISettings
return System