C# 클래스 PicklesDoc.Pickles.UserInterface.ViewModel.MainViewModel

This class contains properties that the main View can data bind to.

Use the mvvminpc snippet to add bindable properties to this ViewModel.

You can also use Blend to data bind with the tool's support.

See http://www.galasoft.ch/mvvm

상속: ViewModelBase
파일 보기 프로젝트 열기: picklesdoc/pickles

공개 메소드들

메소드 설명
LoadFromSettings ( ) : void
MainViewModel ( IMainModelSerializer mainModelSerializer, IFileSystem fileSystem ) : System
SaveToSettings ( ) : void

비공개 메소드들

메소드 설명
CanGenerate ( ) : bool
CanOpenOutputDirectory ( ) : bool
DoBrowseForFeature ( ) : void
DoBrowseForOutputFolder ( ) : void
DoBrowseForTestResultsFile ( ) : void
DoGenerate ( ) : void
DoOpenOutputDirectory ( ) : void
DoWork ( ) : void
DocumentationFormatsOnCollectionChanged ( object sender, EventArgs notifyCollectionChangedEventArgs ) : void
MainWindowViewModelPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

메소드 상세

LoadFromSettings() 공개 메소드

public LoadFromSettings ( ) : void
리턴 void

MainViewModel() 공개 메소드

public MainViewModel ( IMainModelSerializer mainModelSerializer, IFileSystem fileSystem ) : System
mainModelSerializer IMainModelSerializer
fileSystem IFileSystem
리턴 System

SaveToSettings() 공개 메소드

public SaveToSettings ( ) : void
리턴 void