IActivatable.

Bind(IActivator) Method

Summary

Called by db4o after the object instantiation.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.TA
Containing Type
IActivatable

Syntax

void Bind(IActivator activator)

Remarks

Called by db4o after the object instantiation. This method is called to bind the object to the current activator

The recommended implementation of this method is to store the passed Db4objects.Db4o.Activation.IActivator in a transient field of the object.

Parameters

Name Type Description
activator IActivator the Activator instance to bind

Return Value

Type Description
void