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

Use this if none of the predefined categories fit and you have a better idea than "Misc". More...

+ Inheritance diagram for AxelSemrau.Chronos.Plugin.CustomTaskCategoryAttribute:
+ Collaboration diagram for AxelSemrau.Chronos.Plugin.CustomTaskCategoryAttribute:

Protected Member Functions

 CustomTaskCategoryAttribute (int ranking=0)
 Constructor.
 

Properties

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

- Public Member Functions inherited from AxelSemrau.Chronos.Plugin.TaskCategoryAttribute
 TaskCategoryAttribute (TaskCategory category, int ranking=0)
 Initializes a new instance of the TaskCategoryAttribute class.
 

Detailed Description

Use this if none of the predefined categories fit and you have a better idea than "Misc".

Definition at line 635 of file TaskInterfaces.cs.

Constructor & Destructor Documentation

◆ CustomTaskCategoryAttribute()

AxelSemrau.Chronos.Plugin.CustomTaskCategoryAttribute.CustomTaskCategoryAttribute ( int  ranking = 0)
protected

Constructor.

Parameters
rankingSorting criterium for the task list

Definition at line 641 of file TaskInterfaces.cs.

641 : base(TaskCategory.Misc, ranking)
642 {
643 }
TaskCategory
The enumeration of Task Categories.

Property Documentation

◆ Name

abstract string AxelSemrau.Chronos.Plugin.CustomTaskCategoryAttribute.Name
get

Calls your custom function returning the display name.

Please allow localization here!

Definition at line 648 of file TaskInterfaces.cs.

648{ get; }

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