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

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, ICellAccessorCells [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?
 

Detailed Description

Gives access to all cells of a line.

Definition at line 300 of file SampleListWorkerInterfaces.cs.

Property Documentation

◆ Cells

Dictionary<string, ICellAccessor> AxelSemrau.Chronos.Plugin.ISampleListLine.Cells
get

Gives access to any cell by specifying the column name.

Definition at line 310 of file SampleListWorkerInterfaces.cs.

310{ get; }

◆ IsSelected

bool AxelSemrau.Chronos.Plugin.ISampleListLine.IsSelected
get

Is the line currently marked as selected in the sample list grid?

Definition at line 315 of file SampleListWorkerInterfaces.cs.

315{ get; }

◆ Method

string AxelSemrau.Chronos.Plugin.ISampleListLine.Method
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.

305{ get; set; }

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