ModelDataExtensionsCopyTo Method

Overload List
 NameDescription
Public Extension MethodCopyToTSource, TTarget(TSource, TTarget) Copies properties from the source type to the target type using default mapping rule - mapping by name.
Public Extension MethodCopyToTSource, TTarget(TSource, TTarget, IReadOnlyDictionaryString, ActionTSource, TTarget) Copies properties from the source type to the target type using default mapping rule - mapping by name.
Top
See Also