NotificationTransferItemDataToDataContractMappings 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<NotificationTransferItem, NotificationTransferItemData>> ToDataContractMappings()
Public Shared Function ToDataContractMappings As ReadOnlyDictionary(Of String, Action(Of NotificationTransferItem, NotificationTransferItemData))
public:
static ReadOnlyDictionary<String^, Action<NotificationTransferItem^, NotificationTransferItemData^>^>^ ToDataContractMappings()
static member ToDataContractMappings : unit -> ReadOnlyDictionary<string, Action<NotificationTransferItem, NotificationTransferItemData>>
Return Value
Type:
ReadOnlyDictionaryString,
ActionNotificationTransferItem,
NotificationTransferItemDataA Dictionary of mapping rules.
See Also