An IWriteContext implementation for use in the context of GraphMLWriter
that wraps a given instance and delegates most of the calls to it but allows for modifying
lookup and serialization properties.
Namespace: yWorks.yFiles.GraphML.WriterAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public class ChildWriteContext : IWriteContext, ILookup |
| Visual Basic |
|---|
Public Class ChildWriteContext _ Implements IWriteContext, ILookup |
Remarks
Whenever it is necessary to locally modify some context properties, a new instance of this class should be created that wraps an existing one.
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.GraphML.Writer..::..ChildWriteContext
yWorks.yFiles.GraphML.Writer..::..ChildWriteContext