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.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
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