|
<< Click to Display Table of Contents >> NShape Reference
|
![]() ![]()
|
Loads the current project into the given store cache.
public abstract void LoadProjects(IStoreCache cache, IEntityType entityType, params object[] parameters) |
Loads the current project into the given store cache.
Optional parameter 'parameters' is not used in the current version.
Name |
Description |
|---|---|
cache |
Store cache associated with this store. |
entityType |
The EntityType of the project. |
parameters |
Ids of the project settings to load. If not specified, all projects are loaded. Not used in the current version. |
Name |
Description |
|---|---|
ArgumentNullException |
The given IStoreCache is null. |
ArgumentNullException |
The given EntityType is null. |