Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Use this if none of the predefined categories fit and you have a better idea than "Misc". More...
Protected Member Functions | |
CustomTaskCategoryAttribute (int ranking=0) | |
Constructor. | |
Properties | |
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 | |
Public Member Functions inherited from AxelSemrau.Chronos.Plugin.TaskCategoryAttribute | |
TaskCategoryAttribute (TaskCategory category, int ranking=0) | |
Initializes a new instance of the TaskCategoryAttribute class. | |
Use this if none of the predefined categories fit and you have a better idea than "Misc".
Definition at line 642 of file TaskInterfaces.cs.
|
protected |
Constructor.
ranking | Sorting criterium for the task list |
Definition at line 648 of file TaskInterfaces.cs.
|
getabstract |
Calls your custom function returning the display name.
Please allow localization here!
Definition at line 655 of file TaskInterfaces.cs.