<< Click to Display Table of Contents >> NShape Reference
|
Loads all child model objects of the model object with the given Id into the given store cache.
public abstract void LoadChildModelObjects(IStoreCache cache, object parentModelObjectId) |
Loads all child model objects of the model object with the given Id into the given store cache.
Name |
Description |
---|---|
cache |
Store cache associated with this store. |
parentModelObjectId |
Id of the parent model object. |
Exception |
Condition |
---|---|
ArgumentNullException |
Passed IStoreCache is null. |
ArgumentNullException |
Passed parentModelObjectId is null. |