Chronos Plugins  5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
AxelSemrau.Chronos.Plugin.StandardValueProviderAttribute Class Referenceabstract

If your standard value list cannot be provided without knowing the actual task's details, you can derive from this attribute class. More...

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

Public Member Functions

abstract IEnumerable GetStandardValues (ITask theTask)
 Return the standard value list depending on the given task instance. More...
 

Detailed Description

If your standard value list cannot be provided without knowing the actual task's details, you can derive from this attribute class.

Definition at line 727 of file TaskInterfaces.cs.

Member Function Documentation

◆ GetStandardValues()

abstract IEnumerable AxelSemrau.Chronos.Plugin.StandardValueProviderAttribute.GetStandardValues ( ITask  theTask)
pure virtual

Return the standard value list depending on the given task instance.

Parameters
theTask
Returns

Implemented in MockPlugin.Tasks.TaskListAttribute.


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