ExtensionsCloning Methods |
The ExtensionsCloning type exposes the following members.
Name | Description | |
---|---|---|
DeepCloneT | Obsolete.
Uses MapToT, TTarget(T, TTarget) to clone an object instance to an object with the same type
| |
MapToT(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.
| |
MapToT, 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.
|