Summary
Implement this interface for configuration items that encapsulate
a batch of configuration settings or that need to be applied
to EmbeddedObjectContainers after they are opened.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config
graph BT
Type["IEmbeddedConfigurationItem"]
class Type type-node
Syntax
public interface IEmbeddedConfigurationItem
Remarks
Implement this interface for configuration items that encapsulate
a batch of configuration settings or that need to be applied
to EmbeddedObjectContainers after they are opened.
Methods
Name | Value | Summary |
---|---|---|
Apply |
void |
Gives a chance for the item to configure the just opened ObjectContainer.
|
Prepare |
void |
Gives a chance for the item to augment the configuration.
|