NShape Reference
Store.LoadModel Method

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape.Advanced > Store Class >

NShape Reference
Store.LoadModel Method

Previous pageReturn to chapter overviewNext page

Loads the model of the project into the given store cache.

Syntax

public abstract void LoadModel(IStoreCache cache, object projectId)

Description

Loads the model of the project into the given store cache.

Parameters

Name

Description

cache

Store cache associated with this store.

projectId

Id of the project.

Exceptions

Name

Description

ArgumentNullException

The given IStoreCache is null.

ArgumentNullException

The given projectId is null.