FunctionNodeData Class

The data contract for FunctionNodeData.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsSyntaxTreeNodeData
      Dundas.BI.WebApi.ModelsFunctionNodeData

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

The FunctionNodeData type exposes the following members.

Constructors
 NameDescription
Public methodFunctionNodeData Initializes a new instance of the FunctionNodeData class.
Top
Properties
 NameDescription
Public propertyChildren Gets the children.
(Inherited from SyntaxTreeNodeData)
Public propertyEndColumnNumber Gets the ending column number.
(Inherited from SyntaxTreeNodeData)
Public propertyEndLineNumber Gets the ending line number.
(Inherited from SyntaxTreeNodeData)
Public propertyFunctionName Gets or sets the name of the function.
Public propertyStartColumnNumber Gets the starting column number.
(Inherited from SyntaxTreeNodeData)
Public propertyStartLineNumber Gets the starting line number.
(Inherited from SyntaxTreeNodeData)
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