C# Class FileSelector.Model.FileSelectorViewModel

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: kienaiProject/ArtOfWords Class Usage Examples

Public Methods

Method Description
FileSelectorViewModel ( FileSelectorControl view ) : System
Initialize ( INovelsCollector recentlyNovelsCollector, INovelsCollector semiautoSavedFilesCollector, INovelsCollector novelsBoxFilesCollector ) : void
OpenFileDialog ( ) : void

Protected Methods

Method Description
OnPropertyChanged ( string name ) : void

Private Methods

Method Description
GetOpenDirectoryName ( ) : string
GetOpenFileName ( ) : string

Method Details

FileSelectorViewModel() public method

public FileSelectorViewModel ( FileSelectorControl view ) : System
view FileSelector.Views.FileSelectorControl
return System

Initialize() public method

public Initialize ( INovelsCollector recentlyNovelsCollector, INovelsCollector semiautoSavedFilesCollector, INovelsCollector novelsBoxFilesCollector ) : void
recentlyNovelsCollector INovelsCollector
semiautoSavedFilesCollector INovelsCollector
novelsBoxFilesCollector INovelsCollector
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( string name ) : void
name string
return void

OpenFileDialog() public method

public OpenFileDialog ( ) : void
return void