C# 클래스 Solutionizer.ViewModels.SettingsViewModel

상속: DialogViewModel, IOnLoadedHandler
파일 보기 프로젝트 열기: thoemmi/Solutionizer

공개 메소드들

메소드 설명
Ok ( ) : void
OnLoadedAsync ( ) : System.Threading.Tasks.Task
SettingsViewModel ( ISettings settings ) : System

비공개 메소드들

메소드 설명
IsValidFileName ( string s ) : bool
SelectSolutionTargetFolder ( ) : void
ValidateReferenceFolderName ( ) : void
ValidateTargetFolder ( ) : void

메소드 상세

Ok() 공개 메소드

public Ok ( ) : void
리턴 void

OnLoadedAsync() 공개 메소드

public OnLoadedAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

SettingsViewModel() 공개 메소드

public SettingsViewModel ( ISettings settings ) : System
settings ISettings
리턴 System