Chronos Plugins  5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
AxelSemrau.Chronos.Plugin.MethodEditor.ITaskInEditorInfo Interface Reference

Access to the method editor's view of the task. More...

+ Inheritance diagram for AxelSemrau.Chronos.Plugin.MethodEditor.ITaskInEditorInfo:
+ Collaboration diagram for AxelSemrau.Chronos.Plugin.MethodEditor.ITaskInEditorInfo:

Additional Inherited Members

- Properties inherited from AxelSemrau.Chronos.Plugin.ITaskInfo
int JobNo [get]
 Gets the job index. More...
 
int TaskIndex [get]
 Gets the index of the task. More...
 
object Task [get]
 Task object, Chronos internal type. More...
 
IEnumerable< IAccessPropertyPropertyAccessInfos [get]
 Enumeration of all visible properties of this task. More...
 
IDevice Autosampler [get]
 Get the Plugin-friendly wrapper for the task's autosampler, if available, else null. More...
 
ITask PluginTask [get]
 Gets the unwrapped ITask implementation if this is a plugin task, else null. More...
 
int UserVisibleIndex [get]
 The index as seen in the method editor. More...
 
int? RepeatCounter [get]
 If this is within a repeat loop, the respective iteration number, else null. More...
 

Detailed Description

Access to the method editor's view of the task.

For future extension (like access to the text entered by the user including tokens).

Definition at line 9 of file ITaskInEditorInfo.cs.


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