Screenshots » Edit method “ToString”
Edit method “ToString”
To implement business logic, one attaches methods to classes. These can be implemented differently for server and client applications.
On the client a method can be marked to be available for the user. In this case, the method appears as button in the user interface and necessary parameters can be entered in a wizard when invoking the method.
The actual code implementing the methods is retrieved from a normal assembly (e.g. a C# dll), where developers can work with their usual tools.


