Interface that provides the context of a GraphML write process.

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 interface IWriteContext : ILookup
Visual Basic
Public Interface IWriteContext _
	Inherits ILookup

Remarks

All state data that is needed for the writing of a concrete graph instance should go here, allowing all handlers and deserializers to be implemented stateless

See Also