db4o

IObjectCallbacks.ObjectCanActivate Method 

called before an Object is activated.

bool ObjectCanActivate(
   IObjectContainer container
);

Parameters

container
the
ObjectContainer
the object is stored in.

Return Value

false to prevent activation.

Remarks

called before an Object is activated.

See Also

IObjectCallbacks Interface | Db4objects.Db4o.Ext Namespace