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 propertyColumns
Numbers of columns in the table
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 propertyRows
Rows of table
Public propertySourceLine
Original line that represents the element model
(Inherited from ISourceInfo.)
Public propertyUri (Inherited from ISourceInfo.)
Top
Extension Methods
See Also