An interface for instances that can be used to chain lookup operations.
Namespace: yWorks.SupportAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
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.