C# Class ZicoresTradingPostNotifier.ViewModel.MainWindowViewModel

Inheritance: LibraryBase.Wpf.ViewModel.BindableBase
Datei anzeigen Open project: Zicore/TradingPostNotifier Class Usage Examples

Public Methods

Method Description
MainWindowViewModel ( MainWindow mainWindow ) : System
RequestClose ( bool cancel ) : void
ViewRecipe ( object param ) : void

Protected Methods

Method Description
OnRequestClose ( bool canceled ) : void

Private Methods

Method 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 method

public MainWindowViewModel ( MainWindow mainWindow ) : System
mainWindow MainWindow
return System

OnRequestClose() protected method

protected OnRequestClose ( bool canceled ) : void
canceled bool
return void

RequestClose() public method

public RequestClose ( bool cancel ) : void
cancel bool
return void

ViewRecipe() public method

public ViewRecipe ( object param ) : void
param object
return void