NShape Reference
RepositoryWriter.BeginWriteInnerObjects Methods

<< Click to Display Table of Contents >>

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

NShape Reference
RepositoryWriter.BeginWriteInnerObjects Methods

Previous pageReturn to chapter overviewNext page

Starts a list of inner objects.

Syntax

void BeginWriteInnerObjects(string typeName)

Description

WriteInnerObjects can only be called, when all properties of the object itself have been written. It is only called for inner objects that are not known to the NShape framework as separate entities. For example the text items within a UML class shape are inner objects of the shape, however the shapes of a diagram are no inner objects.

BeginWriteInnerObjects deletes all current inner objects of the indicated type for this owning object.