Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Implement this interface in your sample list worker class if you need access to the content of cells. More...
Properties | |
ISampleListAccessor | SampleList [set] |
Provides a sample list access helper. | |
Properties inherited from AxelSemrau.Chronos.Plugin.IWorkWithSampleLists | |
string | ButtonCaption [get] |
Shown on the sample list page. | |
System.Drawing.Icon | ButtonIcon [get] |
Shown in the button, preferred size 22x22. | |
Additional Inherited Members | |
Public Member Functions inherited from AxelSemrau.Chronos.Plugin.IWorkWithSampleLists | |
void | DoYourJob () |
Will be triggered when the user clicks on the button. The button will be disabled until you return from here. | |
Implement this interface in your sample list worker class if you need access to the content of cells.
Definition at line 132 of file SampleListWorkerInterfaces.cs.
|
set |
Provides a sample list access helper.
Implemented in MockPlugin.SampleList.MockSampleListWorker.
Definition at line 137 of file SampleListWorkerInterfaces.cs.