Sparx Systems Forum

Enterprise Architect => Suggestions and Requests => Topic started by: jdavid on February 07, 2013, 08:48:55 am

Title: Support newer concepts in C#
Post 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;}
}
Title: Re: Support newer concepts in C#
Post by: Takeshi K on February 09, 2013, 11:35:39 am
Modifying the option mentioned in below topic will solve this issue.
http://www.sparxsystems.com/cgi-bin/yabb/YaBB.cgi?num=1360265710

HTH,