Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
MockPlugin.Consumables.IngredientsForDevice Class Reference

Properties

string DeviceName [get, set]
 
ObservableCollection< CoffeeIngredientIngredients = new ObservableCollection<CoffeeIngredient>() [get]
 

Detailed Description

Definition at line 55 of file CoffeeConsumableViewModel.cs.

Property Documentation

◆ DeviceName

string MockPlugin.Consumables.IngredientsForDevice.DeviceName
getset

Definition at line 57 of file CoffeeConsumableViewModel.cs.

57{ get; set; }

◆ Ingredients

ObservableCollection<CoffeeIngredient> MockPlugin.Consumables.IngredientsForDevice.Ingredients = new ObservableCollection<CoffeeIngredient>()
get

Definition at line 58 of file CoffeeConsumableViewModel.cs.

58{ get; } = new ObservableCollection<CoffeeIngredient>();

The documentation for this class was generated from the following file: