Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Gives access to all cells of a line. More...
Properties | |
string | Method [get, set] |
The only fixed column: Analysis Method. The content of this property determines which other columns are available. | |
Dictionary< string, ICellAccessor > | Cells [get] |
Gives access to any cell by specifying the column name. | |
bool | IsSelected [get] |
Is the line currently marked as selected in the sample list grid? | |
Gives access to all cells of a line.
Definition at line 300 of file SampleListWorkerInterfaces.cs.
|
get |
Gives access to any cell by specifying the column name.
Definition at line 310 of file SampleListWorkerInterfaces.cs.
|
get |
Is the line currently marked as selected in the sample list grid?
Definition at line 315 of file SampleListWorkerInterfaces.cs.
|
getset |
The only fixed column: Analysis Method. The content of this property determines which other columns are available.
Definition at line 305 of file SampleListWorkerInterfaces.cs.