Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
IMethodEditorSnooper.cs
Go to the documentation of this file.
1using System.Collections.Generic;
2
4{
8 public interface IMethodEditorSnooper
9 {
13 IEnumerable<ITaskInEditorInfo> EditedTasks { get; }
18 }
19}
Auxiliary functions that can improve the usablility of the method editor for your task types.
Implement IMethodEditorSnoopingTask. Do not implement this interface.
IEnumerable< ITaskInEditorInfo > EditedTasks
The list of tasks in the method.
ITaskInEditorInfo ThisTask
Your task as seen from the editor.
Access to the method editor's view of the task.