Summary
Configuration interface for db4o in embedded use.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["IFileConfigurationProvider"]
click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Config/IFileConfigurationProvider"
Type-.->Interface1["ICommonConfigurationProvider"]
click Interface1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Config/ICommonConfigurationProvider"
Type-.->Interface2["ICacheConfigurationProvider"]
click Interface2 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Config/ICacheConfigurationProvider"
Type-.->Interface3["IIdSystemConfigurationProvider"]
click Interface3 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Config/IIdSystemConfigurationProvider"
Type["IEmbeddedConfiguration"]
class Type type-node
Implementing0["EmbeddedConfigurationImpl"]-.->Type
click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Config/EmbeddedConfigurationImpl"
Syntax
public interface IEmbeddedConfiguration : IFileConfigurationProvider, ICommonConfigurationProvider,
ICacheConfigurationProvider, IIdSystemConfigurationProvider
Remarks
Configuration interface for db4o in embedded use.
Methods
Name | Value | Summary |
---|---|---|
AddConfigurationItem |
void |
adds ConfigurationItems to be applied when
a networking
EmbeddedObjectContainer
is opened.
|