Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
AxelSemrau.Chronos.Plugin.MethodEditor.IMethodEditorSnooper Interface Reference

Implement IMethodEditorSnoopingTask. Do not implement this interface. More...

Properties

IEnumerable< ITaskInEditorInfoEditedTasks [get]
 The list of tasks in the method.
 
ITaskInEditorInfo ThisTask [get]
 Your task as seen from the editor.
 

Detailed Description

Implement IMethodEditorSnoopingTask. Do not implement this interface.

Definition at line 8 of file IMethodEditorSnooper.cs.

Property Documentation

◆ EditedTasks

IEnumerable<ITaskInEditorInfo> AxelSemrau.Chronos.Plugin.MethodEditor.IMethodEditorSnooper.EditedTasks
get

The list of tasks in the method.

Definition at line 13 of file IMethodEditorSnooper.cs.

13{ get; }

◆ ThisTask

ITaskInEditorInfo AxelSemrau.Chronos.Plugin.MethodEditor.IMethodEditorSnooper.ThisTask
get

Your task as seen from the editor.

Definition at line 17 of file IMethodEditorSnooper.cs.

17{ get; }

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