Summary
A configuration provider that provides access to
the common configuration methods that can be called
for embedded, server and client use of db4o.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Implementing Types
graph BT
Type["ICommonConfigurationProvider"]
class Type type-node
Implementing0["EmbeddedConfigurationImpl"]-.->Type
click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Config/EmbeddedConfigurationImpl"
Implementing1["IEmbeddedConfiguration"]-.->Type
click Implementing1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Config/IEmbeddedConfiguration"
Syntax
public interface ICommonConfigurationProvider
Remarks
A configuration provider that provides access to
the common configuration methods that can be called
for embedded, server and client use of db4o.
Properties
Name | Value | Summary |
---|---|---|
Common | ICommonConfiguration |
Access to the common configuration methods.
|