Table of Contents

Namespace IdeaStatiCa.BimApiLink.Persistence

Classes

InMemoryProjectStorage

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.

ProjectStorageFactory

Interfaces

IProjectStorage
IProjectStorageReader
IProjectStorageValidator
IProjectStorageWriter