Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
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

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

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

Member Function Documentation

◆ GetStandardValues()

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

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

Parameters
theTask
Returns

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