Tagged Questions

6
votes
2answers
480 views

Enterprise Architect: C# Optional parameters?

Any option to get Enterprise Architect to recognize optional parameters in C#? I have attempted to import existing code and get the following error: There was an error parsing ...
3
votes
2answers
680 views

Extracting data from Enterprise Architect model

I'm trying to programmatically extract information from an Enterprise Architect model (saved in an XMI file) - I need it to generate some reports, but I don't want to go so far as to create an EA ...
1
vote
1answer
107 views

Enterprise Architect: How do I add my included assemblies (C# .NET 4) so I can use them?

I'm using Enterprise Architect 9.0.904. I created a new project and it has a section in the Class Models labeled "Frameworks" and a note beside it stating: Class libraries, APIs and other ...
0
votes
1answer
145 views

Enterprise Architect: Code generation for “using” statement

I have a question regarding the C# code generation capabilities of Enterprise Architect. How is it possible to add "using" statements? Say if we want to have System.Thread as a namespace in our file. ...