ModelCopier Class

 

Provides the object in copying values between view model objects and domain model objects.

Namespace:   Microsoft.Web.Mvc
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

System.Object
  Microsoft.Web.Mvc.ModelCopier

[<AbstractClass>]
[<Sealed>]
type ModelCopier = class end

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCopyCollection<'T>(IEnumerable<'T>, ICollection<'T>)

Copies the values between two collection objects.

System_CAPS_pubmethodSystem_CAPS_staticCopyModel(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.

Return to top
Show: