An abstract convenience implementation of the IInputHandler
interface.
Namespace: yWorks.yFiles.GraphML.ParserAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public abstract class AbstractInputHandler<TKey, TData> : IInputHandler |
| Visual Basic |
|---|
Public MustInherit Class AbstractInputHandler(Of TKey, TData) _ Implements IInputHandler |
Type Parameters
- TKey
- The type of the key, i.e. the items that are associated with the data in the GraphML.
- TData
- The type of the data that is associated with the keys.
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.GraphML.Parser..::..AbstractInputHandler<(Of <(<'TKey, TData>)>)>
yWorks.yFiles.GraphML.Parser..::..AbstractMapperInputHandler<(Of <(<'TKey, TData>)>)>
yWorks.yFiles.GraphML.Parser..::..AbstractInputHandler<(Of <(<'TKey, TData>)>)>
yWorks.yFiles.GraphML.Parser..::..AbstractMapperInputHandler<(Of <(<'TKey, TData>)>)>