C# Class FileSelector.Model.FileSelectorViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: kienaiProject/ArtOfWords Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnPropertyChanged ( string name ) : void

Private Methods

Méthode Description
GetOpenDirectoryName ( ) : string
GetOpenFileName ( ) : string

Method Details

FileSelectorViewModel() public méthode

public FileSelectorViewModel ( FileSelectorControl view ) : System
view FileSelector.Views.FileSelectorControl
Résultat System

Initialize() public méthode

public Initialize ( INovelsCollector recentlyNovelsCollector, INovelsCollector semiautoSavedFilesCollector, INovelsCollector novelsBoxFilesCollector ) : void
recentlyNovelsCollector INovelsCollector
semiautoSavedFilesCollector INovelsCollector
novelsBoxFilesCollector INovelsCollector
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string name ) : void
name string
Résultat void

OpenFileDialog() public méthode

public OpenFileDialog ( ) : void
Résultat void