| Visual Basic (Declaration) | |
|---|---|
Public Enum CloningMethod Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CloningMethod | |
| C# | |
|---|---|
public enum CloningMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable | |
| C++/CLI | |
|---|---|
public enum class CloningMethod : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable | |
| Member | Description |
|---|---|
| DCS | Use the DataContractSerializer to serialize the object graph and deserialize the clone. |
| Reflection | Use reflection to clone the object graph. |
| UseDefault | When passed to a DeepClone method indicates that the CloningFns.DefaultCloningMethod should be used. |
System.Object
System.ValueType
System.Enum
IdeaBlade.EntityModel.CloningMethod
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