Nevron Forum

Class Hierarchy Control

https://www.nevron.com/Forum/Topic8412.aspx

By Brett Hirst - Monday, January 20, 2014

Im in the process of evaluating the Class Hierarchy Control (UML) for web forms. I have downloaded the source code but struggling to see where the data is coming from to populate the control? Its nothing obvious and I cant seem to find any useful documentation on how the control works.

Also, is it possible to extend the control as it does not have all the functionality that I require? Can you get access to the source of the control with the licensed version?

By Nevron Support - Monday, January 20, 2014

Hi,

The diagram in the Class Hierarchy Example is generated by the Nevron Class Importer in the InitDocument method:

NClassImporter importer = new NClassImporter(document);

importer.ImportInActiveLayer = true;

importer.Import(type);

The Class Importer class importer class automatically creates UML shapes for a given type and its descendants.