Profile Picture

Class Hierarchy Control

Posted By Brett Hirst 10 Years Ago
Author
Message
Brett Hirst
Posted 10 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)

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?



Nevron Support
Posted 10 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,350 reputation)Supreme Being (4,350 reputation)Supreme Being (4,350 reputation)Supreme Being (4,350 reputation)Supreme Being (4,350 reputation)Supreme Being (4,350 reputation)Supreme Being (4,350 reputation)Supreme Being (4,350 reputation)Supreme Being (4,350 reputation)

Group: Forum Members
Last Active: 2 days ago @ 1:50 AM
Posts: 3,043, Visits: 3,777

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





Similar Topics


Reading This Topic