Interface that combines the IDataProvider and IDataAcceptor interfaces.

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

Syntax

C#
public interface IDataMap : IDataProvider, 
	IDataAcceptor
Visual Basic
Public Interface IDataMap _
	Inherits IDataProvider, IDataAcceptor

Remarks

Interface that combines the IDataProvider and IDataAcceptor interfaces. This interface does not declare any additional methods.

See Also