AttachedParameterInfoDataToEntityMapping Method |
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<AttachedParameterInfoData, AttachedParameterInfo>> ToEntityMapping()
Public Shared Function ToEntityMapping As ReadOnlyDictionary(Of String, Action(Of AttachedParameterInfoData, AttachedParameterInfo))
public:
static ReadOnlyDictionary<String^, Action<AttachedParameterInfoData^, AttachedParameterInfo^>^>^ ToEntityMapping()
static member ToEntityMapping : unit -> ReadOnlyDictionary<string, Action<AttachedParameterInfoData, AttachedParameterInfo>>
Return Value
Type:
ReadOnlyDictionaryString,
ActionAttachedParameterInfoData,
AttachedParameterInfoThe mapping rules.
See Also