Click or drag to resize
ICell Interface
Cell in a row

Namespace: FlexRule.Decisions.Tables.Definitions
Assembly: FlexRule.Decisions (in FlexRule.Decisions.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface ICell

The ICell type exposes the following members.

Properties
  NameDescription
Public propertyCheckInfo
Public propertyCoverage
Coverage of cell in table
Public propertyDebug
When a cell requires debugging
Public propertyEffect
Effect of the cell
Public propertyIndex
Index of cell in the row
Public propertyIsEmpty
True when the cell is empty; otherwise false
Public propertyLocation
Location of a in table
Public propertyLoop
Defines the loop information for a cell
Public propertyRow
Parent row that holds the cells
Public propertySourceInfo
Source line information
Public propertyValue
Value of a cell
Top
See Also