C# Class ZicoresTradingPostNotifier.ViewModel.RecipeViewModel

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

Méthodes publiques

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

Private Methods

Méthode Description
HotItemController_RecipesLoaded ( object sender, EventArgs e ) : void

Method Details

Add() public méthode

public Add ( Recipe recipe ) : void
recipe NotifierCore.Notifier.Recipe
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

RecipeViewModel() public méthode

public RecipeViewModel ( HotItemController hotItemController ) : System
hotItemController NotifierCore.Notifier.HotItemController
Résultat System

ViewRecipe() public méthode

public ViewRecipe ( HotItem item ) : void
item NotifierCore.Notifier.HotItem
Résultat void