Click or drag to resize
IDataRow Interface

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 IDataRow : IRow

The IDataRow type exposes the following members.

Properties
  NameDescription
Public propertyCells
All cells on a row
(Inherited from IRow.)
Public propertyDataRowIndex
Public propertyItem
Get cells with specific effect
(Inherited from IRow.)
Public propertyTable
The table that holds this row
(Inherited from IRow.)
Top
Extension Methods
  NameDescription
Public Extension MethodGetRowType (Defined by RowExtensions.)
Public Extension MethodHasRowAnyActions (Defined by TableExtensions.)
Public Extension MethodHasRowAnyConditions (Defined by TableExtensions.)
Top
See Also