C-DEngine 5.105

TheThing..::..CloneThingAndPropertyMetaData Method

Clones all existing properties and sub-properties in to the given OutThing without setting any values (non-existent properties get a null value)

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public void CloneThingAndPropertyMetaData(
	TheThing OutThing,
	bool cloneThingBase
)
Public Sub CloneThingAndPropertyMetaData ( _
	OutThing As TheThing, _
	cloneThingBase As Boolean _
)
public:
void CloneThingAndPropertyMetaData(
	TheThing^ OutThing, 
	bool^ cloneThingBase
)

Parameters

OutThing
Type: nsCDEngine.Engines.ThingService..::..TheThing
Target TheThing to clone the properties to
cloneThingBase
Type: Boolean
if true, the outthing is a deep clone of this