Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
AxelSemrau.Chronos.Plugin.Consumables.IHaveNavBarInformation Interface Reference

Base interface for the Consumables Manager Toolbox. More...

+ Inheritance diagram for AxelSemrau.Chronos.Plugin.Consumables.IHaveNavBarInformation:

Properties

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

Base interface for the Consumables Manager Toolbox.

Implement the derived interface.

Definition at line 11 of file IHaveNavBarInformation.cs.

Property Documentation

◆ DisplayName

string AxelSemrau.Chronos.Plugin.Consumables.IHaveNavBarInformation.DisplayName
get

Name to show in the navigation bar.

Definition at line 17 of file IHaveNavBarInformation.cs.

17{ get; }

◆ NavBarIcon

ImageSource AxelSemrau.Chronos.Plugin.Consumables.IHaveNavBarInformation.NavBarIcon
get

Provide some image for the user that can be displayed in the navigation bar.

Currently, Chronos is using 32x32 pixels.

Definition at line 24 of file IHaveNavBarInformation.cs.

24{ get; }

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