Convenience abstract base implementation of the IOutputHandler interface.

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 abstract class AbstractOutputHandler<TKey, TData> : IOutputHandler
Visual Basic
Public MustInherit Class AbstractOutputHandler(Of TKey, TData) _
	Implements IOutputHandler

Type Parameters

TKey
The type of the keys.
TData
The type of the data.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.GraphML.Writer..::..AbstractOutputHandler<(Of <(<'TKey, TData>)>)>
    yWorks.yFiles.GraphML.Writer..::..AbstractMapperOutputHandler<(Of <(<'TKey, TData>)>)>

See Also