AttachedParameterInfoDataToEntityMapping Method |
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<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
ReadOnlyDictionaryString,
ActionAttachedParameterInfoData,
AttachedParameterInfoThe mapping rules.
See Also