C-DEngine 5.105

TheThingRegistry..::..RegisterThing Method (ICDEThing)

Registers a Thing with TheThingRegistry Properties of TheThing that is referenced in ICDEThing will be persisted in TheThingRegistry and "Init()" and "CreateUX()" will be called

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

Syntax


public static TheThing RegisterThing(
	ICDEThing pThing
)
Public Shared Function RegisterThing ( _
	pThing As ICDEThing _
) As TheThing
public:
static TheThing^ RegisterThing(
	ICDEThing^ pThing
)

Parameters

pThing
Type: nsCDEngine.Engines.ThingService..::..ICDEThing
Pointer to the ICDEThing interface to be persisted

Return Value