Skip to content

P_CodeJam_Mapping_IMapperBuilder_ToMappingDictionary

andrewvk edited this page Jun 23, 2016 · 5 revisions

IMapperBuilder.ToMappingDictionary Property

Defines member name mapping for destination types.

Namespace: CodeJam.Mapping
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

Dictionary<Type, Dictionary<string, string>> ToMappingDictionary { get; set; }

VB

Property ToMappingDictionary As Dictionary(Of Type, Dictionary(Of String, String))
	Get
	Set

F#

abstract ToMappingDictionary : Dictionary<Type, Dictionary<string, string>> with get, set

Property Value

Type: Dictionary(Type, Dictionary(String, String))

See Also

Reference

IMapperBuilder Interface
CodeJam.Mapping Namespace

Clone this wiki locally