Skip to content

P_CodeJam_Mapping_IMapperBuilder_FromMappingDictionary

Andrew Koryavchenko edited this page Jun 17, 2018 · 5 revisions

IMapperBuilder.FromMappingDictionary Property

Defines member name mapping for source types.

Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0

Syntax

C#

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

VB

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

F#

abstract FromMappingDictionary : 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