Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
MockPlugin.Tasks.CoffeeCategory Class Reference

Custom category in the method editor for coffee making related tasks. More...

+ Inheritance diagram for MockPlugin.Tasks.CoffeeCategory:
+ Collaboration diagram for MockPlugin.Tasks.CoffeeCategory:

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
abstract 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.
 

Detailed Description

Custom category in the method editor for coffee making related tasks.

Definition at line 70 of file MockUseDeviceTasks.cs.

Constructor & Destructor Documentation

◆ CoffeeCategory()

MockPlugin.Tasks.CoffeeCategory.CoffeeCategory ( int  ranking)

Definition at line 72 of file MockUseDeviceTasks.cs.

72 : base(ranking)
73 {
74 }

Property Documentation

◆ Name

override string MockPlugin.Tasks.CoffeeCategory.Name
get

Localization aware category name.

Definition at line 79 of file MockUseDeviceTasks.cs.


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