FunctionNodeData Class |
Namespace: Dundas.BI.WebApi.Models
The FunctionNodeData type exposes the following members.
Name | Description | |
---|---|---|
FunctionNodeData |
Initializes a new instance of the FunctionNodeData class.
|
Name | Description | |
---|---|---|
Children |
Gets the children.
(Inherited from SyntaxTreeNodeData.) | |
EndColumnNumber |
Gets the ending column number.
(Inherited from SyntaxTreeNodeData.) | |
EndLineNumber |
Gets the ending line number.
(Inherited from SyntaxTreeNodeData.) | |
FunctionName |
Gets or sets the name of the function.
| |
StartColumnNumber |
Gets the starting column number.
(Inherited from SyntaxTreeNodeData.) | |
StartLineNumber |
Gets the starting line number.
(Inherited from SyntaxTreeNodeData.) | |
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.
|