Summary
db4o calls this method during activation.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- IObjectTranslator
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 |