NShape Reference
Store.LoadChildModelObjects Method

<< Click to Display Table of Contents >>

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

NShape Reference
Store.LoadChildModelObjects Method

Previous pageReturn to chapter overviewNext page

Loads all child model objects of the model object with the given Id into the given store cache.

Syntax

public abstract void LoadChildModelObjects(IStoreCache cache, object parentModelObjectId)

Description

Loads all child model objects of the model object with the given Id into the given store cache.

Parameters

Name

Description

cache

Store cache associated with this store.

parentModelObjectId

Id of the parent model object.

Exceptions

Exception

Condition

ArgumentNullException

Passed IStoreCache is null.

ArgumentNullException

Passed parentModelObjectId is null.