Chronos Plugins  5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
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 More...
 

Properties

abstract string Name [get]
 Calls your custom function returning the display name. More...
 
- Properties inherited from AxelSemrau.Chronos.Plugin.TaskCategoryAttribute
TaskCategory Category [get, private set]
 Gets the category. More...
 
int RankWithinCategory [get, set]
 Gets or sets the rank within category. More...
 

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

Detailed Description

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

Definition at line 606 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 612 of file TaskInterfaces.cs.

612  : base(TaskCategory.Misc, ranking)
613  {
614  }
TaskCategory
The enumeration of Task Categories

References AxelSemrau.Chronos.Plugin.Misc.

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 619 of file TaskInterfaces.cs.

619 { get; }

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