C-DEngine 5.105

TheThingStore..::..CloneFromTheThing Method (ICDEThing, Boolean)

Clones all public properties and returns a TheThingStore class

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

Syntax


public static TheThingStore CloneFromTheThing(
	ICDEThing iThing,
	bool ResetBase
)
Public Shared Function CloneFromTheThing ( _
	iThing As ICDEThing, _
	ResetBase As Boolean _
) As TheThingStore
public:
static TheThingStore^ CloneFromTheThing(
	ICDEThing^ iThing, 
	bool^ ResetBase
)

Parameters

iThing
Type: nsCDEngine.Engines.ThingService..::..ICDEThing
The Thing to clone.
ResetBase
Type: Boolean
Use current time instead of Thing timestamp

Return Value