DataElementDataFromDataContractMappings Method |
The mapping between the DTO to the business object.
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<DataElementData, IDataElement>> FromDataContractMappings()
Public Shared Function FromDataContractMappings As ReadOnlyDictionary(Of String, Action(Of DataElementData, IDataElement))
public:
static ReadOnlyDictionary<String^, Action<DataElementData^, IDataElement^>^>^ FromDataContractMappings()
static member FromDataContractMappings : unit -> ReadOnlyDictionary<string, Action<DataElementData, IDataElement>>
Return Value
Type:
ReadOnlyDictionaryString,
ActionDataElementData,
IDataElementThe mapping rules.
See Also