Summary
Controls how deep an object graph is activated.
graph BT
Type["IActivationDepth"]
class Type type-node
Implementing0["ActivationDepthImpl"]-.->Type
click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Activation/ActivationDepthImpl"
Implementing1["NonDescendingActivationDepth"]-.->Type
click Implementing1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Activation/NonDescendingActivationDepth"
Implementing2["FullActivationDepth"]-.->Type
click Implementing2 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Activation/FullActivationDepth"
Implementing3["LegacyActivationDepth"]-.->Type
click Implementing3 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Activation/LegacyActivationDepth"
Implementing4["FixedActivationDepth"]-.->Type
click Implementing4 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Activation/FixedActivationDepth"
Implementing5["DescendingActivationDepth"]-.->Type
click Implementing5 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Activation/DescendingActivationDepth"
Implementing6["UnknownActivationDepth"]-.->Type
click Implementing6 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Activation/UnknownActivationDepth"
Syntax
public interface IActivationDepth
Remarks
Controls how deep an object graph is activated.
Methods
Name | Value | Summary |
---|---|---|
Descend |
IActivationDepth | |
Mode |
ActivationMode | |
RequiresActivation |
bool |