ModelCopier Class
Provides the object in copying values between view model objects and domain model objects.
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CopyCollection<'T>(IEnumerable<'T>, ICollection<'T>) | Copies the values between two collection objects. |
![]() ![]() | CopyModel(Object, Object) | Copies the values between two model objects. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

