ModelMappingTSource, TTarget Methods

The ModelMappingTSource, TTarget generic type exposes the following members.

Methods
  NameDescription
Public methodAddMapping
Adds a mapping rule for a property. The mapping rule is a call back method that will be called in order to do a custom transfer of data from the source over to the target property.
Public methodCopyTo
Copy the properties from the source object over the provided target object.
Public methodGetObject
Creates the target object and maps all public properties.
Top
See Also