Book a Demo

Author Topic: Generating associations as properties  (Read 2139 times)

sconrad

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Generating associations as properties
« on: November 13, 2010, 04:17:15 pm »
I'm generating code from my classes in C#. An associated class gets generated as a public field, and I would like to have it generated as a property with get/set accessors. Sparx Support indicates this will be have to be done with MDA transforms, but I have no experience with this technology. Does anyone have an example of something similar to what I want to do?