Summary
sets cascaded activation behaviour.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- IObjectClass
Syntax
void CascadeOnActivate(bool flag)
Remarks
sets cascaded activation behaviour.
Setting cascadeOnActivate to true will result in the activation of all member objects if an instance of this class is activated.
The default setting is false.
In client-server environment this setting should be used on both client and server.
Can be applied to an open ObjectContainer.
Setting cascadeOnActivate to true will result in the activation of all member objects if an instance of this class is activated.
The default setting is false.
In client-server environment this setting should be used on both client and server.
Can be applied to an open ObjectContainer.
Parameters
Name | Type | Description |
---|---|---|
flag | bool | whether activation is to be cascaded to member objects. |
Return Value
Type | Description |
---|---|
void |
See Also
- Db4objects.Db4o.Config.IObjectField.CascadeOnActivate(System.Boolean)
- Db4objects.Db4o.IObjectContainer.Activate(System.Object,System.Int32)
- Db4objects.Db4o.Ext.IObjectCallbacks
- Db4objects.Db4o.Config.IConfiguration.ActivationDepth