<< Click to Display Table of Contents >> NShape Reference
|
Loads the model of the project into the given store cache.
public abstract void LoadModel(IStoreCache cache, object projectId) |
Loads the model of the project into the given store cache.
Name |
Description |
---|---|
cache |
Store cache associated with this store. |
projectId |
Id of the project. |
Name |
Description |
---|---|
ArgumentNullException |
The given IStoreCache is null. |
ArgumentNullException |
The given projectId is null. |