SyntaxTreeNodeData Class | 
Namespace: Dundas.BI.WebApi.Models
The SyntaxTreeNodeData type exposes the following members.
| Name | Description | |
|---|---|---|
| SyntaxTreeNodeData | 
            Initializes a new instance of the SyntaxTreeNodeData class.
              | |
| SyntaxTreeNodeData(String) | 
            Initializes a new instance of the SyntaxTreeNodeData class.
              | 
| Name | Description | |
|---|---|---|
| Children | 
            Gets the children.
              | |
| EndColumnNumber | 
            Gets the ending column number.
              | |
| EndLineNumber | 
            Gets the ending line number.
              | |
| StartColumnNumber | 
            Gets the starting column number.
              | |
| StartLineNumber | 
            Gets the starting line number.
              | |
| UIClassName | 
            Gets or sets the name of the UI class (used for auto de-serialization).
              (Inherited from BaseDataContract.) | 
| Name | Description | |
|---|---|---|
| ToDataContractMapping | 
            Get the mapping rules from the entity to the data contract.
              |