Skip to content

P_CodeJam_Mapping_MapperBuilder_2_FromMappingDictionary

andrewvk edited this page Jun 23, 2016 · 5 revisions

MapperBuilder(TFrom, TTo).FromMappingDictionary Property

Defines member name mapping for source types.

Namespace: CodeJam.Mapping
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.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