C# Class ZicoresTradingPostNotifier.ViewModel.MainWindowViewModel

Inheritance: LibraryBase.Wpf.ViewModel.BindableBase
Afficher le fichier Open project: Zicore/TradingPostNotifier Class Usage Examples

Méthodes publiques

Méthode Description
MainWindowViewModel ( MainWindow mainWindow ) : System
RequestClose ( bool cancel ) : void
ViewRecipe ( object param ) : void

Méthodes protégées

Méthode Description
OnRequestClose ( bool canceled ) : void

Private Methods

Méthode Description
AddItemInternal ( HotItem item ) : void
HotItemController_GuildWars2StatusChanged ( object sender, EventArgs e ) : void
HotItemViewModel_AddItemRequest ( object sender, EventArgs e ) : void
HotItemViewModel_RemoveItemRequest ( object sender, EventArgs e ) : void
LoadConfig ( ) : void
RemoveInternal ( HotItem item ) : void
SaveConfig ( ) : void
UpdateTransactionList ( ObservableCollection list, List items ) : void
_fileOpenProvider_PathSelected ( object sender, EventArgs e ) : void
fileSave_PathSelected ( object sender, EventArgs e ) : void

Method Details

MainWindowViewModel() public méthode

public MainWindowViewModel ( MainWindow mainWindow ) : System
mainWindow MainWindow
Résultat System

OnRequestClose() protected méthode

protected OnRequestClose ( bool canceled ) : void
canceled bool
Résultat void

RequestClose() public méthode

public RequestClose ( bool cancel ) : void
cancel bool
Résultat void

ViewRecipe() public méthode

public ViewRecipe ( object param ) : void
param object
Résultat void