1
Automation Interface, Add-Ins and Tools / Attribute set as Property
« on: November 19, 2010, 12:23:51 am »
Hi,
I am trying to create an script, which will convert attributes with Stereotype as Property, as the backing field of a Property, creating also the Property method.
(Ideally I would like to have Properties with no backing fields in C# but whilst I am capable to forward engineer in this format modifying the template. Reverse engineering converts them into methods
)
My problem is that I don't know what object or attribute is used to set an attribute as a "Property", link it to the method and what I believe set the sterotypes for getters and setters.
Any pointers will be appreciated.
Thanks!!
Juan
I am trying to create an script, which will convert attributes with Stereotype as Property, as the backing field of a Property, creating also the Property method.
(Ideally I would like to have Properties with no backing fields in C# but whilst I am capable to forward engineer in this format modifying the template. Reverse engineering converts them into methods

My problem is that I don't know what object or attribute is used to set an attribute as a "Property", link it to the method and what I believe set the sterotypes for getters and setters.
Any pointers will be appreciated.
Thanks!!
Juan