I have started using Star UML application and its great. Is there a way to add get/set functions and foward/reverse engineer the code.
Thanks
On
You just need to install a tool named "Generate Getters and Setters".
Create an operator then set the stereotype to CSharpProperty.
Example:
The above steps should produce C# code with both an accessor and modifier when StarUML generates the code.