Abstract base class that simplifies the implementation of IContextLookupChainLink.

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

Syntax

C#
public abstract class AbstractContextLookupChainLink : IContextLookupChainLink, 
	IContextLookup
Visual Basic
Public MustInherit Class AbstractContextLookupChainLink _
	Implements IContextLookupChainLink, IContextLookup

Remarks

Although this class does not contain any abstract methods, subclasses need to override Lookup(Object, Type) in order to be of any use.

Inheritance Hierarchy

System..::..Object
  yWorks.Support..::..AbstractContextLookupChainLink

See Also