PlaceholderNode Class

Represents a placeholder in syntax tree.
Inheritance Hierarchy
SystemObject
  Dundas.BI.ScriptingSyntaxTreeNode
    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 PlaceholderNode : SyntaxTreeNode

The PlaceholderNode type exposes the following members.

Properties
 NameDescription
Public propertyChildren Gets the children.
(Inherited from SyntaxTreeNode)
Public propertyEndColumnNumber Gets the ending column number.
(Inherited from SyntaxTreeNode)
Public propertyEndLineNumber Gets the ending line number.
(Inherited from SyntaxTreeNode)
Public propertyPlaceholderName Gets or sets the name of the placeholder.
Public propertyStartColumnNumber Gets the starting column number.
(Inherited from SyntaxTreeNode)
Public propertyStartLineNumber Gets the starting line number.
(Inherited from SyntaxTreeNode)
Top
See Also