ParameterPlaceholderOptionsToEntityMapping Method |
Get the mapping rules from the data contract to entity.
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<ParameterPlaceholderOptions, ParameterPlaceholder>> ToEntityMapping()
Public Shared Function ToEntityMapping As ReadOnlyDictionary(Of String, Action(Of ParameterPlaceholderOptions, ParameterPlaceholder))
public:
static ReadOnlyDictionary<String^, Action<ParameterPlaceholderOptions^, ParameterPlaceholder^>^>^ ToEntityMapping()
static member ToEntityMapping : unit -> ReadOnlyDictionary<string, Action<ParameterPlaceholderOptions, ParameterPlaceholder>>
Return Value
ReadOnlyDictionaryString,
ActionParameterPlaceholderOptions,
ParameterPlaceholderThe mapping rules.
See Also