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.Writer
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.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

See Also