IActivator.

Activate(ActivationPurpose) Method

Summary

Method to be called to activate the host object.

Syntax

void Activate(ActivationPurpose purpose)

Remarks

Method to be called to activate the host object.

Parameters

Name Type Description
purpose ActivationPurpose for which purpose is the object being activated? Db4objects.Db4o.Activation.ActivationPurpose.Write will cause the object to be saved on the next Db4objects.Db4o.IObjectContainer.Commit operation.

Return Value

Type Description
void