Skip to content

M_CodeJam_Mapping_MapperBuilder_2_GetMapperExpression

andrewvk edited this page Jul 1, 2016 · 5 revisions

MapperBuilder(TFrom, TTo).GetMapperExpression Method

Returns a mapper expression to map an object of TFrom type to an object of TTo type.

Namespace: CodeJam.Mapping
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public Expression<Func<TFrom, TTo, IDictionary<Object, Object>, TTo>> GetMapperExpression()

VB

Public Function GetMapperExpression As Expression(Of Func(Of TFrom, TTo, IDictionary(Of Object, Object), TTo))

F#

member GetMapperExpression : unit -> Expression<Func<'TFrom, 'TTo, IDictionary<Object, Object>, 'TTo>> 

Return Value

Type: Expression(Func(TFrom, TTo, IDictionary(Object, Object), TTo))
Mapping expression.

See Also

Reference

MapperBuilder(TFrom, TTo) Class
CodeJam.Mapping Namespace

Clone this wiki locally