Table of Contents

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, IProjectStorageValidator

Inheritance

Implements

Inherited Members

Methods

public bool IsValid()

Returns

bool
public void Load()
public void Save()