Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
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.
 
IColumnInfo Column [get]
 Information about the column this cell belongs to.
 

Detailed Description

Gives access to a cell's value.

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

333{ 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 329 of file SampleListWorkerInterfaces.cs.

329{ get; set; }

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