FunctionNode Class

Represents a formula in syntax tree.
Inheritance Hierarchy

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

The FunctionNode 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 propertyFunctionName
Gets or sets the name of the function.
Public propertyStartColumnNumber
Gets the starting column number.
(Inherited from SyntaxTreeNode.)
Public propertyStartLineNumber
Gets the starting line number.
(Inherited from SyntaxTreeNode.)
Top
See Also