Chronos Plugins  5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
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. More...
 
Dictionary< string, ICellAccessorCells [get]
 Gives access to any cell by specifying the column name. More...
 

Detailed Description

Gives access to all cells of a line.

Definition at line 291 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 301 of file SampleListWorkerInterfaces.cs.

301 { 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 296 of file SampleListWorkerInterfaces.cs.

296 { get; set; }

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