We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Returns a mapper expression to map an object of TFrom type to an object of TTo type.
Namespace: CodeJam.MappingAssembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
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>>
Type: Expression(Func(TFrom, TTo, IDictionary(Object, Object), TTo))Mapping expression.
MapperBuilder(TFrom, TTo) ClassCodeJam.Mapping Namespace