Interface that combines the IDataProvider and IDataAcceptor interfaces.

Namespace: yWorks.yFiles.Algorithms
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

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