IdeaBlade DevForce 2010 Help Reference
DefaultCloningMethod Property
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > CloningFns Class : DefaultCloningMethod Property



Determines the default cloning method used with DeepClone(Object,CloningMethod) calls.

Syntax

Visual Basic (Declaration) 
Public Shared Property DefaultCloningMethod As CloningMethod
Visual Basic (Usage)Copy Code
Dim value As CloningMethod
 
CloningFns.DefaultCloningMethod = value
 
value = CloningFns.DefaultCloningMethod
C# 
public static CloningMethod DefaultCloningMethod {get; set;}
C++/CLI 
public:
static property CloningMethod DefaultCloningMethod {
   CloningMethod get();
   void set (    CloningMethod value);
}

Remarks

If not set by the application, CloningMethod.Reflection is used.

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.