Chronos Plugins
5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
IHaveNavBarInformation.cs
Go to the documentation of this file.
1
using
System.Windows.Media;
2
3
namespace
AxelSemrau.Chronos.Plugin.Consumables
4
{
11
public
interface
IHaveNavBarInformation
12
{
17
string
DisplayName
{
get
; }
24
ImageSource
NavBarIcon
{
get
; }
25
}
26
}
AxelSemrau.Chronos.Plugin.Consumables
Definition
IConsumableManagerToolbox.cs:4
AxelSemrau.Chronos.Plugin.Consumables.IHaveNavBarInformation
Base interface for the Consumables Manager Toolbox.
Definition
IHaveNavBarInformation.cs:12
AxelSemrau.Chronos.Plugin.Consumables.IHaveNavBarInformation.NavBarIcon
ImageSource NavBarIcon
Provide some image for the user that can be displayed in the navigation bar.
Definition
IHaveNavBarInformation.cs:24
AxelSemrau.Chronos.Plugin.Consumables.IHaveNavBarInformation.DisplayName
string DisplayName
Name to show in the navigation bar.
Definition
IHaveNavBarInformation.cs:17
Plugins
ChronosPluginInterfaces
Consumables
IHaveNavBarInformation.cs
Generated on Thu Nov 7 2024 18:04:59 for Chronos Plugins by
1.12.0