Open this page in the API Guide

SyntaxTreeNodeData Class

Data contract for SyntaxTreeNode.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.BaseDataContract
    Dundas.BI.WebApi.Models.SyntaxTreeNodeData
      Dundas.BI.WebApi.Models.FunctionNodeData
      Dundas.BI.WebApi.Models.PlaceholderNodeData

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataContractAttribute]
public class SyntaxTreeNodeData : BaseDataContract

The SyntaxTreeNodeData type exposes the following members.

Constructors
  NameDescription
Public methodSyntaxTreeNodeData()
Initializes a new instance of the SyntaxTreeNodeData class.
Public methodSyntaxTreeNodeData(String)
Initializes a new instance of the SyntaxTreeNodeData class.
Top
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.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
Methods
  NameDescription
Public methodStatic memberToDataContractMapping
Get the mapping rules from the entity to the data contract.
Top
See Also