Sparx Systems Forum
Enterprise Architect => Suggestions and Requests => Topic started by: jdavid on February 07, 2013, 08:48:55 am
-
EA will not pick up associations between the imported C# classes as shown below. Where MyClass has a collection of class X.
public class MyClass
{
public List<X> MyProperty {get; set;}
}
public class X
{
public string MyString {get; set;}
}
-
Modifying the option mentioned in below topic will solve this issue.
http://www.sparxsystems.com/cgi-bin/yabb/YaBB.cgi?num=1360265710
HTH,