ModelDataExtensionsCreateMapping Method

Overload List
 NameDescription
Public Extension MethodCreateMappingTSource, TTarget(TSource) Creates a mapping object. This is an object that can create an object of given type and copy all public properties from an existing object over the new one. This mapping object can be extended with custom mapping rules.
Public Extension MethodCreateMappingTSource, TTarget(TSource, ReadOnlyDictionaryString, ActionTSource, TTarget, FuncTSource, TTarget) Creates a mapping object. This is an object that can create an object of given type and copy all public properties from an existing object over the new one. This mapping object can be extended with custom mapping rules.
Top
See Also