Interface that provides the context of a GraphML write process.

Namespace: yWorks.yFiles.GraphML.Writer
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

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