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

Gives access to a cell's value. More...

Properties

object Value [get, set]
 Tries to set the cell's value from the given object. More...
 
IColumnInfo Column [get]
 Information about the column this cell belongs to. More...
 

Detailed Description

Gives access to a cell's value.

Definition at line 307 of file SampleListWorkerInterfaces.cs.

Property Documentation

◆ Column

IColumnInfo AxelSemrau.Chronos.Plugin.ICellAccessor.Column
get

Information about the column this cell belongs to.

Definition at line 319 of file SampleListWorkerInterfaces.cs.

319 { get; }

◆ Value

object AxelSemrau.Chronos.Plugin.ICellAccessor.Value
getset

Tries to set the cell's value from the given object.

Will try to convert values automatically.

Definition at line 315 of file SampleListWorkerInterfaces.cs.

315 { get; set; }

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