Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dubem1

Pages: [1]
1
General Board / Code Generation MustOverride
« on: December 15, 2003, 08:32:14 am »
Hello,

In a class, I have a method that should be MustOverride.  So I add a tagged Value MustOverride =True.

When I Generate the code in VB.Net,  the MustOverride keyWord is there but the method also have a "End Function".
In fact, when a method is MustOverride, there is no code in it and adding a "end function" line cause a syntax Error.  Is there a way to tell the generation code to not add the "End function" line when a method is MustOverride?

Thank you
Martin Dube

2
General Board / How do you represent an Enum in a class diagram?
« on: December 17, 2003, 07:58:16 am »
Hello,
I want to represent an enum in the class diagram and then generate de code.  Someone knows how?

Thanks
Martin

3
General Board / Add the same element twice in a diagram
« on: September 24, 2003, 06:14:48 am »
Hello,

when I try to add a second time an element in my diagram I get the message : This diagram already contains an instance of the element you are trying to paste. Currently, only one instance is supported, so you cannot paste the element here.

Is there a way to paste an element twice in the same diagram?  
Thanks

Pages: [1]