Skip to content

M_CodeJam_Mapping_MapperBuilder_2_Mapping

Andrew Koryavchenko edited this page Jul 4, 2017 · 5 revisions

MapperBuilder(TFrom, TTo).Mapping Method (IReadOnlyDictionary(String, String))

Defines member name mapping for source and destination types.

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

Syntax

C#

public MapperBuilder<TFrom, TTo> Mapping(
	IReadOnlyDictionary<string, string> mapping
)

VB

Public Function Mapping ( 
	mapping As IReadOnlyDictionary(Of String, String)
) As MapperBuilder(Of TFrom, TTo)

F#

member Mapping : 
        mapping : IReadOnlyDictionary<string, string> -> MapperBuilder<'TFrom, 'TTo> 

Parameters

 

mapping
Type: System.Collections.Generic.IReadOnlyDictionary(String, String)
Mapping parameters.

Return Value

Type: MapperBuilder(TFrom, TTo)
Returns this mapper.

See Also

Reference

MapperBuilder(TFrom, TTo) Class
Mapping Overload
CodeJam.Mapping Namespace

Clone this wiki locally