Ancestors can be interfaces implemented by the class, or parent classes extended by the class. This page explains how to list the ancestors of a class. |
|
|
In this example, class Child implements two interfaces : IChild and ISomeOtherInterface. Add both Interfaces to your list.
In this example: add class Parent and interfaces IChild and ISomeOtherInterface to your list.
In this example, you also have to add interface IChildParentInterface in your interface list. Of course, if interface IParentInterface extends another interface like below, you have to proceed recursively until you encounter no more : (colon) symbol.
Add interface IGrandParentInterface to your list At this stage, your list contains {Child, IChild, ISomeOtherInterface, Parent, IParentInterface, IGrandParentInterface} . To be continued recursively. |
CMS Snapshot Analysis - Run Analyzer - Missing or Wrong Links per technology |