Book a Demo

Author Topic: C# reengineering in EA - missing connections  (Read 2394 times)

sergeysps

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
C# reengineering in EA - missing connections
« on: February 14, 2012, 09:37:17 pm »
Hej,

is it possible to teach EA to recognize more C# than it already does? Especially I'm interested to teach EA to recognize "ObservableCollection"s in C#.

best regards

Sergey

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: C# reengineering in EA - missing connections
« Reply #1 on: February 16, 2012, 09:24:08 am »
Try going to Tools | Options | Source Code Engineering | C#.

Add ObservableCollection<#TYPE#> into the 'Additional Collection Classes' option.

Depending on what you are after it may help.