Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Custom category in the method editor for coffee making related tasks. More...
Public Member Functions | |
CoffeeCategory (int ranking) | |
Public Member Functions inherited from AxelSemrau.Chronos.Plugin.TaskCategoryAttribute | |
TaskCategoryAttribute (TaskCategory category, int ranking=0) | |
Initializes a new instance of the TaskCategoryAttribute class. | |
Properties | |
override string | Name [get] |
Localization aware category name. | |
Properties inherited from AxelSemrau.Chronos.Plugin.CustomTaskCategoryAttribute | |
string | Name [get] |
Calls your custom function returning the display name. | |
Properties inherited from AxelSemrau.Chronos.Plugin.TaskCategoryAttribute | |
TaskCategory | Category [get, private set] |
Gets the category. | |
int | RankWithinCategory [get, set] |
Gets or sets the rank within category. | |
Additional Inherited Members | |
Protected Member Functions inherited from AxelSemrau.Chronos.Plugin.CustomTaskCategoryAttribute | |
CustomTaskCategoryAttribute (int ranking=0) | |
Constructor. | |
Custom category in the method editor for coffee making related tasks.
Definition at line 70 of file MockUseDeviceTasks.cs.
MockPlugin.Tasks.CoffeeCategory.CoffeeCategory | ( | int | ranking | ) |
Definition at line 72 of file MockUseDeviceTasks.cs.
|
get |
Localization aware category name.
Definition at line 79 of file MockUseDeviceTasks.cs.