Summary
Should be called by every reading field access of an object.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .TA - Containing Type
- IActivatable
Syntax
void Activate(ActivationPurpose purpose)
Remarks
Should be called by every reading field access of an object.
The recommended implementation of this method is to call
The recommended implementation of this method is to call
Db4objects.Db4o.Activation.IActivator.Activate(Db4objects.Db4o.Activation.ActivationPurpose)
on the
Db4objects.Db4o.Activation.IActivator
that was previously passed to
Db4objects.Db4o.TA.IActivatable.Bind(Db4objects.Db4o.Activation.IActivator)
.
Parameters
Name | Type | Description |
---|---|---|
purpose | ActivationPurpose |
Whereever this object is accessed to read or write. See
Db4objects.Db4o.Activation.ActivationPurpose
|
Return Value
Type | Description |
---|---|
void |