Summary
A configuration provider that provides access
to the file-related configuration methods.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Implementing Types
graph BT
Type["IFileConfigurationProvider"]
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 IFileConfigurationProvider
Remarks
A configuration provider that provides access
to the file-related configuration methods.
Properties
Name | Value | Summary |
---|---|---|
File | IFileConfiguration |
Access to the file-related configuration methods.
|