-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Mapping_MapperBuilder_2_Mapping_3
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Defines member name mapping for source and destination types.
Namespace: CodeJam.Mapping
Assembly: 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
- Type: System.Type
Type to map. - memberName
- Type: System.String
Type member name. - mapName
- Type: System.String
Mapping name.
Type: MapperBuilder(TFrom, TTo)
Returns this mapper.
MapperBuilder(TFrom, TTo) Class
Mapping Overload
CodeJam.Mapping Namespace