AccountTransferItemDataToAccountInfoDataContractMappings Method |
Retrieves the dictionary of mapping rules.
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<AccountTransferItem, AccountTransferItemData>> ToAccountInfoDataContractMappings()
Public Shared Function ToAccountInfoDataContractMappings As ReadOnlyDictionary(Of String, Action(Of AccountTransferItem, AccountTransferItemData))
public:
static ReadOnlyDictionary<String^, Action<AccountTransferItem^, AccountTransferItemData^>^>^ ToAccountInfoDataContractMappings()
static member ToAccountInfoDataContractMappings : unit -> ReadOnlyDictionary<string, Action<AccountTransferItem, AccountTransferItemData>>
Return Value
Type:
ReadOnlyDictionaryString,
ActionAccountTransferItem,
AccountTransferItemDataA Dictionary of mapping rules.
See Also