Click or drag to resize

ExtensionsCloning Class

Provides usefull extension methods regarding cloning and mapping
Inheritance Hierarchy
SystemObject
  Cauldron.ActivatorExtensionsCloning

Namespace:  Cauldron.Activator
Assembly:  Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.2
Syntax
public static class ExtensionsCloning

The ExtensionsCloning type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDeepCloneT Obsolete.
Public methodStatic memberMapToT(Object) Obsolete.
Maps all properties and fields of an instance to another instance. The Clone() method is used to copy an instance if exist.

Mapping fails on jagged and multidimensional array. Classes without parameterless constructor will stay null.

Public methodStatic memberMapToT, TTarget(T, TTarget) Obsolete.
Maps all properties and fields of an instance to another instance. The Clone() method is used to copy an instance if exist.

Mapping fails on jagged and multidimensional array. Classes without parameterless constructor will stay null.

Top
See Also