Chronos Plugins 5.4.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.
 

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: