GroupTransferItemDataToGroupInfoDataContractMappings 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<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
Type:
ReadOnlyDictionaryString,
ActionGroupTransferItem,
GroupTransferItemDataA Dictionary of mapping rules.
See Also