[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

called before an Object is activated.

Namespace: Db4objects.Db4o.Ext
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Function ObjectCanActivate ( _
	container As IObjectContainer _
) As Boolean
C#
bool ObjectCanActivate (
	IObjectContainer container
)
Visual C++
bool ObjectCanActivate (
	IObjectContainer^ container
)

Parameters

container
Db4objects.Db4o.IObjectContainer
the
 Copy imageCopy Code
ObjectContainer
the object is stored in.

Return Value

false to prevent activation.

Remarks

called before an Object is activated.