Helper class implementation of GraphCopier..::..ICopyFactory that can be used to copy the contents of a DataProvider registered with the source graph onto the target graph storing the values in newly created node map .

Namespace: yWorks.yFiles.Algorithms.Util
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public class NodeDataProviderCopyFactory : GraphCopier..::..DataProviderCopyFactory
Visual Basic
Public Class NodeDataProviderCopyFactory _
	Inherits GraphCopier..::..DataProviderCopyFactory

Remarks

Helper class implementation of GraphCopier..::..ICopyFactory that can be used to copy the contents of a DataProvider registered with the source graph onto the target graph storing the values in newly created node map .

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Algorithms.Util..::..GraphCopier..::..GraphDataCopyFactory
    yWorks.yFiles.Algorithms.Util..::..GraphCopier..::..DataProviderCopyFactory
      yWorks.yFiles.Algorithms.Util..::..GraphCopier..::..NodeDataProviderCopyFactory

See Also