Skip to content

P_CodeJam_Mapping_MapperBuilder_2_FromMappingDictionary

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

MapperBuilder(TFrom, TTo).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#

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

VB

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

F#

abstract FromMappingDictionary : Dictionary<Type, Dictionary<string, string>> with get, set
override FromMappingDictionary : Dictionary<Type, Dictionary<string, string>> with get, set

Property Value

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

Implements

IMapperBuilder.FromMappingDictionary

See Also

Reference

MapperBuilder(TFrom, TTo) Class
CodeJam.Mapping Namespace

Clone this wiki locally