Simple tagging subclass of DictionaryMapper<(Of <(<'K, V>)>)>
that is typed for Object keys and values.
Namespace: yWorks.yFiles.GraphML.ParserAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public class CreationProperties : DictionaryMapper<Object, Object> |
| Visual Basic |
|---|
Public Class CreationProperties _ Inherits DictionaryMapper(Of Object, Object) |
Remarks
This class is used by the GraphMLParser to store
properties of an item before it has been created. An instance of this class
can be found in the Lookup(Type) of the IParseContext
during the parsing of an item. Custom parsers may populate the dictionary with various properties
that can then be used by the IGraphElementFactory during the creation of the item.
Inheritance Hierarchy
System..::..Object
yWorks.Canvas.Model..::..DictionaryMapper<(Of <(<'Object, Object>)>)>
yWorks.yFiles.GraphML.Parser..::..CreationProperties
yWorks.Canvas.Model..::..DictionaryMapper<(Of <(<'Object, Object>)>)>
yWorks.yFiles.GraphML.Parser..::..CreationProperties