ParameterPlaceholderOptionsToEntityMapping Method |
Get the mapping rules from the data contract to entity.
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<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
Type:
ReadOnlyDictionaryString,
ActionParameterPlaceholderOptions,
ParameterPlaceholderThe mapping rules.
See Also