An interface for instances that can be used to chain lookup operations.

Namespace: yWorks.Support
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public interface IContextLookupChainLink : IContextLookup
Visual Basic
Public Interface IContextLookupChainLink _
	Inherits IContextLookup

Remarks

Implementations will perform the lookup in the Lookup(Object, Type) method and delegate to the next implementation in the chain if they cannot satisfy the request.

See Also