Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
AxelSemrau.Chronos.Plugin.Consumables.IConsumableManagerToolbox< in TManager > Interface Template Reference

Provides some GUI for a consumable manager. More...

+ Inheritance diagram for AxelSemrau.Chronos.Plugin.Consumables.IConsumableManagerToolbox< in TManager >:
+ Collaboration diagram for AxelSemrau.Chronos.Plugin.Consumables.IConsumableManagerToolbox< in TManager >:

Properties

TManager Manager [set]
 You will get the manager via this property after your control has been created.
 
- Properties inherited from AxelSemrau.Chronos.Plugin.Consumables.IHaveNavBarInformation
string DisplayName [get]
 Name to show in the navigation bar.
 
ImageSource NavBarIcon [get]
 Provide some image for the user that can be displayed in the navigation bar.
 

Detailed Description

Provides some GUI for a consumable manager.

Make the class implementing this interface some windows forms user control or some WPF control. This is similar to the toolbox interface for devices, but uses an ImageSource for the NavBarIcon in preparation for a general shift towards DPI independence.

Template Parameters
TManager
Type Constraints
TManager :IManageConsumables 

Definition at line 14 of file IConsumableManagerToolbox.cs.

Property Documentation

◆ Manager

You will get the manager via this property after your control has been created.

Definition at line 19 of file IConsumableManagerToolbox.cs.

19{ set; }

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