Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
This attribute uses the task to which it is applied to query for other tasks in the method editor. The list of returned values is just a list of the tasks currently in the method editor. More...
Public Member Functions | |
override IEnumerable | GetStandardValues (ITask theTask) |
Public Member Functions inherited from AxelSemrau.Chronos.Plugin.StandardValueProviderAttribute | |
IEnumerable | GetStandardValues (ITask theTask) |
Return the standard value list depending on the given task instance. | |
Private Member Functions | |
string | GetCaffeineInfo (ITaskInEditorInfo editedTask) |
If this is a BrewFrappuccino task, we'll find out if it uses decaf coffee. | |
This attribute uses the task to which it is applied to query for other tasks in the method editor. The list of returned values is just a list of the tasks currently in the method editor.
Definition at line 11 of file TaskListAttribute.cs.
|
private |
If this is a BrewFrappuccino task, we'll find out if it uses decaf coffee.
editedTask |
Definition at line 42 of file TaskListAttribute.cs.
References AxelSemrau.Chronos.Plugin.IPluginAdapter< out TPluginInterface >.Plugin, and AxelSemrau.Chronos.Plugin.ITaskInfo.Task.
override IEnumerable MockPlugin.Tasks.TaskListAttribute.GetStandardValues | ( | ITask | theTask | ) |
Definition at line 13 of file TaskListAttribute.cs.
References AxelSemrau.Chronos.Plugin.IPluginAdapter< out TPluginInterface >.Plugin.