Book a Demo

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 - christof.k

Pages: [1]
1
General Board / create get and set in C#
« on: May 19, 2006, 06:31:26 am »
Hi!

I'm currently having trouble letting EA produce a get and set function routines like

public int GetCounter
{
   get
   {
      return Counter;
   }
}

I did add an operation marked with the stereotype property with the right return type but that seems not to be the solution.

Can somebody advise how to get this realized?

Thanks in advance
Christof



2
General Board / Match Forms under C# with Screens in EA
« on: February 09, 2006, 02:30:10 am »
Hello!

Sorry if I'm asking to simple things, but what is the way to match Forms produced with Visual Studio with the Screens which can be done by EA.
There are some stereotypes which match the forms-components but not all.
Any help is appreciated!

Best would be some kind of example how a simple Windows Forms application matches a EA design.

Thanks any Bye
Christof


Pages: [1]