DevForce Help Reference
CloningMethod Enumeration


Determines how a deep clone is performed.
Syntax
'Declaration
 
Public Enum CloningMethod 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As CloningMethod
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IdeaBlade.EntityModel Namespace

Send Feedback