Interface that provides the context of a GraphML write process.

Namespace: yWorks.yFiles.GraphML.Writer
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.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