Abstract base class that simplifies the implementation of IContextLookupChainLink.

Namespace: yWorks.Support
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

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