Summary
Wrapper base class for all classes that wrap Storage.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .IO - Interfaces
- Base Types
-
- Object
- Derived Types
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IStorage"]
click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.IO/IStorage"
Type["StorageDecorator"]
class Type type-node
Derived0["CachingStorage"]-->Type
click Derived0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.IO/CachingStorage"
Derived1["NonFlushingStorage"]-->Type
click Derived1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.IO/NonFlushingStorage"
Syntax
public class StorageDecorator : IStorage
Remarks
Wrapper base class for all classes that wrap Storage.
Each class that adds functionality to a Storage can
extend this class.
Constructors
Name | Summary |
---|---|
StorageDecorator |
Fields
Name | Constant Value | Summary |
---|---|---|
_storage |
Methods
Name | Value | Summary |
---|---|---|
Decorate |
IBin | |
Delete |
void | |
Exists |
bool | |
Open |
IBin | |
Rename |
void |
See Also
- Db4objects.Db4o.IO.BinDecorator