| ITable Interface |
Namespace: FlexRule.Decisions.Tables.Definitions
public interface ITable : ISourceInfo
The ITable type exposes the following members.
| Name | Description | |
|---|---|---|
| ActionsCount |
Total numbers of actions column
| |
| ColumnNamesRow |
Defines the name of each column
| |
| ColumnsCount |
Total numbers of columns in the table
| |
| ConditionsCount |
Total numbers of conditions column
| |
| EffectRow |
Effect row
| |
| ExpressionsRow |
Expressions on the table columns
| |
| LineNumber |
Line number in the actual source file/model
(Inherited from ISourceInfo.) | |
| LinePosition |
Position in the line that starts the model element
(Inherited from ISourceInfo.) | |
| OutputRow |
Get table output row
| |
| Rows |
Rows of table
| |
| SourceLine |
Original line that represents the element model
(Inherited from ISourceInfo.) | |
| SplitterIndex |
Index of the splitter on the table header
| |
| TableNameRow |
Get table name row
| |
| Tag |
Extra information to be attached to the model element
(Inherited from ISourceInfo.) | |
| TermRefRow |
Get table term row
| |
| Uri | (Inherited from ISourceInfo.) |
| Name | Description | |
|---|---|---|
| GetDataRow |
Get a data row
| |
| GetSettings |
Get table behaviour settings
|
| Name | Description | |
|---|---|---|
| ApplyTransform | (Defined by TableExtensions.) | |
| GetActionExpressions | (Defined by TableExtensions.) | |
| GetExpressionByIndex | (Defined by TableExtensions.) | |
| GetOutputs | (Defined by TableExtensions.) | |
| GetTitles | (Defined by TableExtensions.) | |
| IsActionCell | (Defined by TableExtensions.) | |
| IsConditionCell | (Defined by TableExtensions.) | |
| IsTemplateCell | (Defined by TableExtensions.) |