Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
The Task Category Method Attribute. More...
Public Member Functions | |
TaskCategoryAttribute (TaskCategory category, int ranking=0) | |
Initializes a new instance of the TaskCategoryAttribute class. | |
Properties | |
TaskCategory | Category [get, private set] |
Gets the category. | |
int | RankWithinCategory [get, set] |
Gets or sets the rank within category. | |
The Task Category Method Attribute.
Definition at line 607 of file TaskInterfaces.cs.
AxelSemrau.Chronos.Plugin.TaskCategoryAttribute.TaskCategoryAttribute | ( | TaskCategory | category, |
int | ranking = 0 ) |
Initializes a new instance of the TaskCategoryAttribute class.
category | The category. |
ranking | The ranking. |
Definition at line 614 of file TaskInterfaces.cs.
References AxelSemrau.Chronos.Plugin.TaskCategoryAttribute.Category, and AxelSemrau.Chronos.Plugin.TaskCategoryAttribute.RankWithinCategory.
|
getprivate set |
Gets the category.
The category.
Definition at line 627 of file TaskInterfaces.cs.
Referenced by AxelSemrau.Chronos.Plugin.TaskCategoryAttribute.TaskCategoryAttribute().
|
getset |
Gets or sets the rank within category.
The rank within category.
Definition at line 635 of file TaskInterfaces.cs.
Referenced by AxelSemrau.Chronos.Plugin.TaskCategoryAttribute.TaskCategoryAttribute().