ManualMapConfiguration<TSource, TTarget> class

Configuration to manual map the TSource type to the TTarget type.

Constructors

ManualMapConfiguration(MapExpression<TSource, TTarget> expression)
Creates an instance of ManualMapConfiguration.
const

Properties

expression MapExpression<TSource, TTarget>
The expresion that defines how to map the types.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map(TSource source, AutoMapper mapper, Map params) → TTarget
Maps the source.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited