IObjectTranslator.

OnActivate(IObjectContainer, Object, Object) Method

Summary

db4o calls this method during activation.

Syntax

void OnActivate(IObjectContainer container, Object applicationObject, Object storedObject)

Remarks

db4o calls this method during activation.

Parameters

Name Type Description
container IObjectContainer the ObjectContainer used
applicationObject Object the object to set the members on
storedObject Object the object that was stored

Return Value

Type Description
void