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

Implement this interface in your sample list worker class if you need access to the content of cells. More...

+ Inheritance diagram for AxelSemrau.Chronos.Plugin.INeedCellAccess:
+ Collaboration diagram for AxelSemrau.Chronos.Plugin.INeedCellAccess:

Properties

ISampleListAccessor SampleList [set]
 Provides a sample list access helper. More...
 
- Properties inherited from AxelSemrau.Chronos.Plugin.IWorkWithSampleLists
string ButtonCaption [get]
 Shown on the sample list page More...
 
System.Drawing.Icon ButtonIcon [get]
 Shown in the button, preferred size 22x22 More...
 

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. More...
 

Detailed Description

Implement this interface in your sample list worker class if you need access to the content of cells.

Definition at line 123 of file SampleListWorkerInterfaces.cs.

Property Documentation

◆ SampleList

ISampleListAccessor AxelSemrau.Chronos.Plugin.INeedCellAccess.SampleList
set

Provides a sample list access helper.

Definition at line 128 of file SampleListWorkerInterfaces.cs.

128 { set; }

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