GroupTransferItemDataToGroupInfoDataContractMappings Method |
Retrieves the dictionary of mapping rules.
Namespace: Dundas.BI.WebApi.ModelsAssembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic static ReadOnlyDictionary<string, Action<GroupTransferItem, GroupTransferItemData>> ToGroupInfoDataContractMappings()
Public Shared Function ToGroupInfoDataContractMappings As ReadOnlyDictionary(Of String, Action(Of GroupTransferItem, GroupTransferItemData))
public:
static ReadOnlyDictionary<String^, Action<GroupTransferItem^, GroupTransferItemData^>^>^ ToGroupInfoDataContractMappings()
static member ToGroupInfoDataContractMappings : unit -> ReadOnlyDictionary<string, Action<GroupTransferItem, GroupTransferItemData>>
Return Value
ReadOnlyDictionaryString,
ActionGroupTransferItem,
GroupTransferItemDataA Dictionary of mapping rules.
See Also