ModelDataExtensions.CopyTo Method |
Name | Description | |
---|---|---|
![]() ![]() | CopyTo<TSource, TTarget>(TSource, TTarget) |
Copies properties from the source type to the target type using default mapping rule - mapping by name.
|
![]() ![]() | CopyTo<TSource, TTarget>(TSource, TTarget, IReadOnlyDictionary<String, Action<TSource, TTarget>>) |
Copies properties from the source type to the target type using default mapping rule - mapping by name.
|