1
General Board / Re: generate sequence diagram ASP.NET 3.5
« on: March 11, 2009, 03:50:34 am »
Ok, I found the way to debug the Library, but only in .NET 2.0. .NET 3.5 is not supported in Enterprise Architect 7.1.

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.
/**
* the constructor
*
* @param server the database server
*/
/**
* the constructor
*
* @param string $server the database server
*/
/**
* the constructor
*
* @param $server
*/
/**
$notes = %opNotes%
%if $notes != ""%
$notes += "\n\n"
%endIf%
$notes += %list="Parameter" @separator="\n" @indent="@param "%
%WRAP_COMMENT($notes, genOptWrapComment, " ", "* ")%
*/