There was an error while loading. Please reload this page.
Defines member name mapping for source and destination types.
Namespace: CodeJam.MappingAssembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public MapperBuilder<TFrom, TTo> Mapping( Type type, string memberName, string mapName )
VB
Public Function Mapping ( type As Type, memberName As String, mapName As String ) As MapperBuilder(Of TFrom, TTo)
F#
member Mapping : type : Type * memberName : string * mapName : string -> MapperBuilder<'TFrom, 'TTo>
Type: MapperBuilder(TFrom, TTo)Returns this mapper.
MapperBuilder(TFrom, TTo) ClassMapping OverloadCodeJam.Mapping Namespace