IdeaBlade DevForce 2010 Help Reference
CloningMethod Enumeration
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : CloningMethod Enumeration



Determines how a deep clone is performed.

Syntax

Visual Basic (Declaration) 
Public Enum CloningMethod 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
Visual Basic (Usage)Copy Code
Dim instance As CloningMethod
C++/CLI 
public enum class CloningMethod : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  

Members

MemberDescription
DCSUse the DataContractSerializer to serialize the object graph and deserialize the clone.
ReflectionUse reflection to clone the object graph.
UseDefaultWhen passed to a DeepClone method indicates that the CloningFns.DefaultCloningMethod should be used.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         IdeaBlade.EntityModel.CloningMethod

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.