Click or drag to resize
ITable 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 ITable : ISourceInfo

The ITable type exposes the following members.

Properties
  NameDescription
Public propertyActionsCount
Total numbers of actions column
Public propertyColumnNamesRow
Defines the name of each column
Public propertyColumnsCount
Total numbers of columns in the table
Public propertyConditionsCount
Total numbers of conditions column
Public propertyEffectRow
Effect row
Public propertyExpressionsRow
Expressions on the table columns
Public propertyLineNumber
Line number in the actual source file/model
(Inherited from ISourceInfo.)
Public propertyLinePosition
Position in the line that starts the model element
(Inherited from ISourceInfo.)
Public propertyOutputRow
Get table output row
Public propertyRows
Rows of table
Public propertySourceLine
Original line that represents the element model
(Inherited from ISourceInfo.)
Public propertySplitterIndex
Index of the splitter on the table header
Public propertyTableNameRow
Get table name row
Public propertyTag
Extra information to be attached to the model element
(Inherited from ISourceInfo.)
Public propertyTermRefRow
Get table term row
Public propertyUri (Inherited from ISourceInfo.)
Top
Methods
  NameDescription
Public methodGetDataRow
Get a data row
Public methodGetSettings
Get table behaviour settings
Top
Extension Methods
See Also