ElementSelectorDataToEntityMapping 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<ElementSelectorData, ElementSelector>> ToEntityMapping()
Public Shared Function ToEntityMapping As ReadOnlyDictionary(Of String, Action(Of ElementSelectorData, ElementSelector))
public:
static ReadOnlyDictionary<String^, Action<ElementSelectorData^, ElementSelector^>^>^ ToEntityMapping()
static member ToEntityMapping : unit -> ReadOnlyDictionary<string, Action<ElementSelectorData, ElementSelector>>
Return Value
ReadOnlyDictionaryString,
ActionElementSelectorData,
ElementSelectorThe mapping rules.
See Also