Book a Demo

Author Topic: merging partial classes  (Read 3366 times)

Mr. Sanders

  • EA User
  • **
  • Posts: 187
  • Karma: +0/-0
  • Dilbert for president
    • View Profile
merging partial classes
« on: October 19, 2007, 02:36:17 am »
Hello,

one of the new worlds keyword is 'partial'.

In C# it means one can spread the implementation of a class
over different files.

The problem when you reverse engineer them, that these parts apear as different class elements in the project explorer. This again leads to the problem, that one doesn't know which of the class element to take, when drawing a sequence diagram. I always take the wrong one where the method is not part of it, which I currently want to show on the seqence diagram.

1. Request: Let them appear as one class element in the project explorer.


The other way EA is not supporting the partial key word at code generation. Therefore

2. Request: Please provide a mechanism to support the partial idiom at code generation.