Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
If your standard value list cannot be provided without knowing the actual task's details, you can derive from this attribute class. More...
Public Member Functions | |
IEnumerable | GetStandardValues (ITask theTask) |
Return the standard value list depending on the given task instance. | |
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.
|
abstract |
Return the standard value list depending on the given task instance.
theTask |