Base class for DynamicDataStore implementations
Namespace:
EPiServer.Data.DynamicAssembly: EPiServer.Data (in EPiServer.Data.dll) Version: 6.2.267.1
Syntax
| C# |
|---|
public abstract class DynamicDataStore : IDisposable |
Remarks
All Methods and Properties that required storage access are abstract fpr mockability.
Concerete implementations of those methods are implemented with the 'Internal' prefix
to allow derived classes to take advantage if the in-build functionality
Inheritance Hierarchy
System..::.Object
EPiServer.Data.Dynamic..::.DynamicDataStore
EPiServer.Data.Dynamic..::.EPiServerDynamicDataStore
EPiServer.Data.Dynamic..::.DynamicDataStore
EPiServer.Data.Dynamic..::.EPiServerDynamicDataStore