SyntaxTreeNode Class

Syntax tree node.
Inheritance Hierarchy
SystemObject
  Dundas.BI.ScriptingSyntaxTreeNode
    Dundas.BI.ScriptingFunctionNode
    Dundas.BI.ScriptingPlaceholderNode

Namespace: Dundas.BI.Scripting
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class SyntaxTreeNode

The SyntaxTreeNode type exposes the following members.

Properties
 NameDescription
Public propertyChildren Gets the children.
Public propertyEndColumnNumber Gets the ending column number.
Public propertyEndLineNumber Gets the ending line number.
Public propertyStartColumnNumber Gets the starting column number.
Public propertyStartLineNumber Gets the starting line number.
Top
See Also