Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Toolbox for all coffee machine related consumables. Currently just a display of the consumable levels. More...
Public Member Functions | |
CoffeeConsumableManagerUI () | |
Properties | |
CoffeeConsumableManager | Manager [set] |
We don't want a 1:1 display of the pools and puddles, but a re-arranged model grouped by related device. | |
string | DisplayName [get] |
ImageSource | NavBarIcon [get] |
Properties inherited from AxelSemrau.Chronos.Plugin.Consumables.IConsumableManagerToolbox< CoffeeConsumableManager > | |
TManager | Manager [set] |
You will get the manager via this property after your control has been created. | |
Toolbox for all coffee machine related consumables. Currently just a display of the consumable levels.
Definition at line 10 of file CoffeeConsumableManagerUI.xaml.cs.
MockPlugin.Consumables.CoffeeConsumableManagerUI.CoffeeConsumableManagerUI | ( | ) |
Definition at line 12 of file CoffeeConsumableManagerUI.xaml.cs.
References MockPlugin.Consumables.CoffeeConsumableManagerUI.NavBarIcon.
|
get |
Definition at line 24 of file CoffeeConsumableManagerUI.xaml.cs.
|
set |
We don't want a 1:1 display of the pools and puddles, but a re-arranged model grouped by related device.
Definition at line 21 of file CoffeeConsumableManagerUI.xaml.cs.
|
get |
Definition at line 25 of file CoffeeConsumableManagerUI.xaml.cs.
Referenced by MockPlugin.Consumables.CoffeeConsumableManagerUI.CoffeeConsumableManagerUI().