NShape Reference
IEntity.LoadInnerObjects Method

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape.Advanced > IEntity Interface >

NShape Reference
IEntity.LoadInnerObjects Method

Previous pageReturn to chapter overviewNext page

Deserializes the entity's inner objects from the repository.

Syntax

void LoadInnerObjects(string propertyName, IRepositoryReader reader, int version)

Description

For hints on versioning see the LoadFields method.

Parameters

Name

Description

propertyName

Name of inner objects property to load.

reader

Property reading interface to the repository.

version

Format version in which the entity was serialized.