Summary
Method to be called to activate the host object.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Activation - Containing Type
- IActivator
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 |