NShape Reference
Store.LoadModelModelObjects Method

<< Click to Display Table of Contents >>

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

NShape Reference
Store.LoadModelModelObjects Method

Previous pageReturn to chapter overviewNext page

Loads all model objects of the given model into the given store cache.

Syntax

public abstract void LoadModelModelObjects(IStoreCache cache, object modelId)

Description

Loads all model objects of the given model into the given store cache.

Parameters

Name

Description

cache

Store cache associated with this store.

modelId

Id of the parent model object.

Exceptions

Name

Description

ArgumentNullException

The given IStoreCache is null.

ArgumentNullException

The given modelId is null.