1
Automation Interface, Add-Ins and Tools / Generating Association/Aggregation/Composition
« on: January 01, 2008, 08:35:57 pm »
Generating code, can EA generate Generic Collection relationship for Composition and Aggregation? For example, after specifing 'List' as the Aggregation collection, and 'Child' as the item of the collection, can EA generate code like:
class Parent{
public List<Child> Children;
}
And for reverse engineering, can EA automatically set the relationships for Aggregation and Composition?
Do I need any plug-in to support these features? Is there any available?
Thanx.
class Parent{
public List<Child> Children;
}
And for reverse engineering, can EA automatically set the relationships for Aggregation and Composition?
Do I need any plug-in to support these features? Is there any available?
Thanx.