C# Class ZicoresTradingPostNotifier.ViewModel.RecipeViewModel

Inheritance: LibraryBase.Wpf.ViewModel.BindableBase
Show file Open project: Zicore/TradingPostNotifier Class Usage Examples

Public Methods

Method Description
Add ( Recipe recipe ) : void
Clear ( ) : void
RecipeViewModel ( HotItemController hotItemController ) : System
ViewRecipe ( HotItem item ) : void

Private Methods

Method Description
HotItemController_RecipesLoaded ( object sender, EventArgs e ) : void

Method Details

Add() public method

public Add ( Recipe recipe ) : void
recipe NotifierCore.Notifier.Recipe
return void

Clear() public method

public Clear ( ) : void
return void

RecipeViewModel() public method

public RecipeViewModel ( HotItemController hotItemController ) : System
hotItemController NotifierCore.Notifier.HotItemController
return System

ViewRecipe() public method

public ViewRecipe ( HotItem item ) : void
item NotifierCore.Notifier.HotItem
return void