Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,009
|
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.
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: 10 Years Ago
Posts: 1,
Visits: 1
|
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?
|