-1

I need some diagrams (cd) with enums and classes, which can be filtered by attributes or so on. It seems that cd file structure is not so complex. I think cd generation could be done automaticaly based on t4 templates.

Please suggest materials (or libraries) about how to generate diagrams (cd) xml source?

Igor
  • 310
  • 1
  • 14

1 Answers1

0

There is Directed Graph Markup Language (DGML) for such tasks

https://msdn.microsoft.com/en-us/library/dn966108.aspx

Igor
  • 310
  • 1
  • 14
  • Another part of solution - using Roslyn in T4 https://github.com/newsoftinc/Newsoft.Roslyn.T4 – Igor Apr 17 '17 at 06:54