SyntaxTreeNodeDataToDataContractMapping Method |
Get the mapping rules from the entity to the data contract.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic static ReadOnlyDictionary<string, Action<SyntaxTreeNode, SyntaxTreeNodeData>> ToDataContractMapping()
Public Shared Function ToDataContractMapping As ReadOnlyDictionary(Of String, Action(Of SyntaxTreeNode, SyntaxTreeNodeData))
public:
static ReadOnlyDictionary<String^, Action<SyntaxTreeNode^, SyntaxTreeNodeData^>^>^ ToDataContractMapping()
static member ToDataContractMapping : unit -> ReadOnlyDictionary<string, Action<SyntaxTreeNode, SyntaxTreeNodeData>>
Return Value
Type:
ReadOnlyDictionaryString,
ActionSyntaxTreeNode,
SyntaxTreeNodeDataThe mapping rules.
See Also