Class InMemoryProjectStorage
- Namespace
- IdeaStatiCa.BimApiLink.Persistence
- Assembly
- IdeaStatiCa.BimApiLink.dll
A no-op IProjectStorage: the id map is neither read from nor written to disk. Opt-in via IdeaStatiCa.BimApiLink.BimLink.WithProjectStorage(IdeaStatiCa.BimApiLink.Persistence.IProjectStorage) for hosts that own the map elsewhere and don't want an on-disk bimapi-data.json — e.g. the BIM Link Hub, where Model Coordinator owns the map and re-seeds the link via IdeaStatiCa.BimImporter.IBimIdMapAccess. Not the default; JSON persistence stays the default.
public sealed class InMemoryProjectStorage : IProjectStorage, IProjectStorageReader, IProjectStorageWriter, IProjectStorageValidatorInheritance
Implements
Inherited Members
Methods
IsValid()
public bool IsValid()Returns
Load()
public void Load()Save()
public void Save()