B
bob d.
I've been using Visio EA (10.0.2705) to model and
generating code for a fairly large C# application. In
general I've come to like this tool but my pet peeve has
to do with generating code for properties. I can generate
the get/set stubs well enough, but can only specify the
code body for the get operation. Coming out of the Java
world I use properties fairly extensively so right I need
to make a lot of manual updates to generated code to
define the set operations.
Can anyone provide any tips for this problem? I've tried
fooling around with custom templates but haven't found a
satisfactory implementation yet.
Bob
generating code for a fairly large C# application. In
general I've come to like this tool but my pet peeve has
to do with generating code for properties. I can generate
the get/set stubs well enough, but can only specify the
code body for the get operation. Coming out of the Java
world I use properties fairly extensively so right I need
to make a lot of manual updates to generated code to
define the set operations.
Can anyone provide any tips for this problem? I've tried
fooling around with custom templates but haven't found a
satisfactory implementation yet.
Bob