Nuclex.Support/Source/Cloning
Markus Ewald 0f2bb60ea5 Fully implemented property-based cloning for the expression tree cloner
git-svn-id: file:///srv/devel/repo-conversion/nusu@244 d2e56fa2-650e-0410-a79f-9358c0239efd
2012-02-08 16:51:58 +00:00
..
CloneFactoryTest.cs All cloners are now able to clone objects without default constructors; began work on a property-based expression tree cloner 2012-02-08 15:20:39 +00:00
ExpressionTreeCloner.cs Fully implemented property-based cloning for the expression tree cloner 2012-02-08 16:51:58 +00:00
ExpressionTreeCloner.FieldBased.cs All cloners are now able to clone objects without default constructors; began work on a property-based expression tree cloner 2012-02-08 15:20:39 +00:00
ExpressionTreeCloner.PropertyBased.cs Fully implemented property-based cloning for the expression tree cloner 2012-02-08 16:51:58 +00:00
ExpressionTreeCloner.Test.cs Fully implemented property-based cloning for the expression tree cloner 2012-02-08 16:51:58 +00:00
ICloneFactory.cs Fixed a compilation error when targeting Windows Phone; ChainStream now uses a params list for its constructor; added object cloning framework with support for deep and shallow cloning as well as cloning based on fields or properties 2012-02-01 22:45:15 +00:00
IStateCopier.cs Fixed a compilation error when targeting Windows Phone; ChainStream now uses a params list for its constructor; added object cloning framework with support for deep and shallow cloning as well as cloning based on fields or properties 2012-02-01 22:45:15 +00:00
ReflectionCloner.cs Fully implemented property-based cloning for the expression tree cloner 2012-02-08 16:51:58 +00:00
ReflectionCloner.Test.cs All cloners are now able to clone objects without default constructors; began work on a property-based expression tree cloner 2012-02-08 15:20:39 +00:00
SerializationCloner.cs Cloners now offer their methods as static members for easy access in non-service oriented applications; began implementing the expression tree cloner 2012-02-03 14:49:31 +00:00
SerializationCloner.Test.cs All cloners are now able to clone objects without default constructors; began work on a property-based expression tree cloner 2012-02-08 15:20:39 +00:00