[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)
Initialisiert eine neue Instanz von DefaultNodeFactory.
Namespace: DynamicNode.Ext.VisualAssembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)
Syntax
| C# |
|---|
public DefaultNodeFactory( Type nodeType, NodeFactory defaultFactory ) |
| Visual Basic |
|---|
Public Sub New ( _ nodeType As Type, _ defaultFactory As NodeFactory _ ) |
| F# |
|---|
new : nodeType:Type * defaultFactory:NodeFactory -> DefaultNodeFactory |
Parameters
- nodeType
- Type: System..::..Type
Der Type des zu erzeugenden Knotens.
- defaultFactory
- Type: DynamicNode.Core..::..NodeFactory
Die Standard-Knoten-Factory, die von der Laufzeitumgebung verwendet wird.