DataElementStructureDataToDataElementContractMappings Method |
The mapping between the business object and the DTO.
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<IDataElementStructure, DataElementStructureData>> ToDataElementContractMappings()
Public Shared Function ToDataElementContractMappings As ReadOnlyDictionary(Of String, Action(Of IDataElementStructure, DataElementStructureData))
public:
static ReadOnlyDictionary<String^, Action<IDataElementStructure^, DataElementStructureData^>^>^ ToDataElementContractMappings()
static member ToDataElementContractMappings : unit -> ReadOnlyDictionary<string, Action<IDataElementStructure, DataElementStructureData>>
Return Value
Type:
ReadOnlyDictionaryString,
ActionIDataElementStructure,
DataElementStructureDataThe mapping rules.
See Also