Click or drag to resize
ISourceInfo Interface
Provides information about the position of an element in the source

Namespace: FlexRule
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface ISourceInfo

The ISourceInfo type exposes the following members.

Properties
  NameDescription
Public propertyLineNumber
Line number in the actual source file/model
Public propertyLinePosition
Position in the line that starts the model element
Public propertySourceLine
Original line that represents the element model
Public propertyUri
Top
See Also