LicenseDataToDataContractMappings Method |
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic static ReadOnlyDictionary<string, Action<License, LicenseData>> ToDataContractMappings()
Public Shared Function ToDataContractMappings As ReadOnlyDictionary(Of String, Action(Of License, LicenseData))
public:
static ReadOnlyDictionary<String^, Action<License^, LicenseData^>^>^ ToDataContractMappings()
static member ToDataContractMappings : unit -> ReadOnlyDictionary<string, Action<License, LicenseData>>
Return Value
Type:
ReadOnlyDictionaryString,
ActionLicense,
LicenseDataThe mapping rules.
See Also