Interface ISerializableDataBlockRegistry
- Namespace
- Datafication.Server.Core.Registry
- Assembly
- Datafication.Server.Core.dll
A composite interface that combines all registry capabilities for backward compatibility. Extends IDataBlockRegistry with persistence, caching, maintenance, and introspection.
public interface ISerializableDataBlockRegistry : IDataBlockRegistry, IDataBlockPersistence, IDataBlockCache, IDataBlockMaintenance, IDataBlockIntrospection
- Inherited Members
Remarks
For new code, consider depending on the specific interfaces you need:
- IDataBlockRegistry - Core CRUD operations
- IDataBlockPersistence - State export/import
- IDataBlockCache - Cache management
- IDataBlockMaintenance - Maintenance and statistics
- IDataBlockIntrospection - Registry as DataBlock